Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/skills / frontmatter / ValidateFrontmatterOptions
Interface: ValidateFrontmatterOptions
Defined in: packages/skills/src/frontmatter/index.ts:150
Options accepted by validateFrontmatter.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
conflictPolicy? | readonly | FrontmatterValidatorPolicy | Policy for direct collisions (Anthropic-base + graphorin-*). | packages/skills/src/frontmatter/index.ts:152 |
runtimeVersion? | readonly | string | Installed Graphorin runtime version. Used to validate graphorin-runtime-compat declarations against the running framework. | packages/skills/src/frontmatter/index.ts:160 |
unknownFieldPolicy? | readonly | UnknownFieldPolicy | Policy for fields not part of the bundled snapshot or graphorin-* catalogue. | packages/skills/src/frontmatter/index.ts:154 |