todo_block
Add a dependency between two todos so one cannot start until the other finishes, rejecting cycles to keep task order valid.
Instructions
Add a blocker: todo_id cannot start until blocker_id completes. Cycles are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todo_id | Yes | ||
| blocker_id | Yes | ||
| project_id | No | Different project override. Use ONLY when the user explicitly asks for another project by name; otherwise stay in the current scope, even when results are empty. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| todo_id | Yes | ||
| blocker_id | Yes | ||
| project_id | Yes |