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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
apply? | readonly | boolean | When 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? | readonly | string | Identifier used in audit / error messages. Defaults to '<inline>'. | packages/skills/src/migration/index.ts:41 |