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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
field | readonly | string | packages/skills/src/types/index.ts:152 |
hint? | readonly | string | packages/skills/src/types/index.ts:155 |
kind | readonly | | "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 |
message | readonly | string | packages/skills/src/types/index.ts:154 |
severity | readonly | "warn" | "error" | "info" | packages/skills/src/types/index.ts:153 |