Skip to content

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

PropertyModifierTypeDescriptionDefined in
conflictPolicy?readonlyFrontmatterValidatorPolicyPolicy for direct collisions (Anthropic-base + graphorin-*).packages/skills/src/frontmatter/index.ts:152
runtimeVersion?readonlystringInstalled Graphorin runtime version. Used to validate graphorin-runtime-compat declarations against the running framework.packages/skills/src/frontmatter/index.ts:160
unknownFieldPolicy?readonlyUnknownFieldPolicyPolicy for fields not part of the bundled snapshot or graphorin-* catalogue.packages/skills/src/frontmatter/index.ts:154