schedule
Lay out open tasks as dependency-ordered layers so the next build steps are clear. Detect dependency cycles and flag unmet dependencies outside a target.
Instructions
The open plan as dependency-ordered layers. Errors on a dependency cycle. Pass target to scope it to one roadmap target — what a build dispatched that target should read, since a target is self-contained and ships as one stack. A dep outside the target that has not shipped errors here as an unmet dependency, which means the target is mis-scoped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Branch to scope to (optional; the backend decides its use). | |
| target | No | Scope the layers to the tasks this roadmap target holds. | |
| 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 |
|---|---|---|---|
| layers | Yes |