next_task
DISPATCHER (multi-agent): atomically pick + claim the next task to build — walks milestones in order, skips human-only tasks and any task whose systems share code files with a task another agent already holds or is actively touching, so parallel agents spread out instead of colliding. Returns the claimed task + systems, or why none is free. dry_run:true peeks without claiming.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Peek without claiming | |
| project_id | No |