Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/skills / / FrontmatterValidatorPolicy

Type Alias: FrontmatterValidatorPolicy

ts
type FrontmatterValidatorPolicy = "warn" | "error" | "silent";

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

Conflict-resolution policy used by the frontmatter validator when an Anthropic-base field and the equivalent graphorin-* field are both declared.

Stable