add_task
Add a task to the project context to track work items, recording description, status, and optional notes.
Instructions
Add an active task to the project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project root directory. | . |
| notes | No | Optional notes. | |
| branch | No | Optional git branch name. | |
| status | No | One of: pending, in_progress, blocked, completed. | pending |
| task_id | Yes | Unique identifier (e.g. 'TASK-1', 'feat-auth'). | |
| description | Yes | What needs to be done. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |