get_iteration
Fetch a project iteration by version, returning its goal, tasks, and progress from PLAN.md. Specify a version to review or track iteration status.
Instructions
JSON for one iteration by version (goal, tasks, progress).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | ||
| plan_path | No | Optional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md. |