add_working_note
Add working notes to tasks for tracking todos, bugs, edge cases, optimizations, plans, or information. Plan notes auto-resolve previous plans, with priority defaulting to informational.
Instructions
Add a working note to a task (todo, bug, edge case, optimization, plan, or information). Plan notes auto-resolve previous plans. Priority defaults to informational for plan/information types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Note content | |
| type | Yes | Type of note | |
| task_id | Yes | Task ID | |
| priority | No | Priority level (defaults to informational for plan/information types) |