prereqs
Check any task's open prerequisites before starting. See dependency-ordered layers and start working on layer 1 first; startable=true confirms nothing is blocking.
Instructions
Answers: to start working on this task, what has to be done first? Returns its open prerequisites as dependency-ordered layers (work layer 1 first). startable=true means nothing is in the way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task you want to start. | |
| branch | No | Branch to scope to (optional; the backend decides its use). | |
| project | No | The project id — an opaque, supplied string, never derived. Omit to use the server's --project-id default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| order | Yes | ||
| tasks | Yes | ||
| startable | Yes |