Migrate Effort
migrate_effortNormalize legacy tickets in an effort by adding schema frontmatter, preserving or creating IDs, and turning prose edges into blocked_by blockers. Preview changes before writing; optionally rename files.
Instructions
Normalize Legacy Tickets in an Effort: schema frontmatter, preserve existing ids, mint ids for Tickets that have none, turn prose Edges into blocked_by. Preview writes nothing. Filename rewriting is opt-in. Unrecognized files in the Effort directory are ignored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Workspace directory. Defaults to the session workspace. | |
| effort | Yes | Effort slug whose Legacy Tickets to normalize. | |
| rename | No | Rename files to <NN>-T<n>-<slug>.md. Off by default so relative links keep resolving. | |
| preview | No | Report every change and write nothing. Defaults to false. |