create_iteration
Add a versioned iteration to PLAN.md with title, version, and optional goal, status, agent, or path. Enables tracking of project lifecycle updates without direct file editing.
Instructions
Create ### vX.Y.Z — Title iteration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| agent | No | Optional agent id tag written as [agent: id] on touched lines. | |
| major | No | ||
| title | Yes | ||
| status | No | ||
| version | Yes | ||
| plan_path | No | Optional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md. | |
| description | No |