add_task
Append a checkbox task to a project iteration with text and version. Optionally mark as done, tag an agent, or specify a PLAN.md path to keep tracking accurate.
Instructions
Append a checkbox task to an iteration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| done | No | ||
| text | Yes | ||
| agent | No | Optional agent id tag written as [agent: id] on touched lines. | |
| version | Yes | ||
| plan_path | No | Optional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md. |