Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/skills / migration / MigrateFrontmatterOptions

Interface: MigrateFrontmatterOptions

Defined in: packages/skills/src/migration/index.ts:39

Options accepted by migrateFrontmatter.

Properties

PropertyModifierTypeDescriptionDefined in
apply?readonlybooleanWhen true, rewrites are applied to the returned migratedSkillMd. When false (default), migratedSkillMd === originalSkillMd and the function operates as a dry-run report.packages/skills/src/migration/index.ts:47
skillId?readonlystringIdentifier used in audit / error messages. Defaults to '<inline>'.packages/skills/src/migration/index.ts:41