subtask_update
Update a subtask's title, status, position, or dependency sets. Use force when a blocker no longer applies to start or finish despite unmet prerequisites.
Instructions
Update a subtask title, status or position. depends_on sets what it waits on, blocks the inverse; both replace the set, [] clears. Starting or finishing one with unmet prerequisites needs force.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| force | No | Proceed despite unmet prerequisites. Only when a human says the blocker no longer applies, never on your own initiative. Logged. | |
| title | No | ||
| blocks | No | Siblings that wait on this one — inverse of depends_on | |
| status | No | ||
| depends_on | No | Siblings this one waits on (replaces the set) | |
| sort_order | No |