subtask_update
Update a subtask's title, status, or sort order, and manage its dependency links. Use force to proceed when prerequisites are unmet but a human has confirmed the blocker is cleared.
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 decided 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 |