Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/skills / / FrontmatterDiagnostic

Interface: FrontmatterDiagnostic

Defined in: packages/skills/src/types/index.ts:140

Diagnostic record produced by the frontmatter validator. Carries a structured kind so the loader can surface the diagnostic on a trace span / audit emitter without re-parsing the human message.

Stable

Properties

PropertyModifierTypeDefined in
fieldreadonlystringpackages/skills/src/types/index.ts:152
hint?readonlystringpackages/skills/src/types/index.ts:155
kindreadonly| "conflict" | "experimental-field" | "unknown-field" | "spec-newer-than-loader" | "spec-older-than-loader" | "unsupported-frontmatter" | "invalid-field-type" | "missing-required-field" | "untrusted-handoff-filter-required" | "invalid-runtime-compat"packages/skills/src/types/index.ts:141
messagereadonlystringpackages/skills/src/types/index.ts:154
severityreadonly"warn" | "error" | "info"packages/skills/src/types/index.ts:153