run
Execute an approved task plan through a subagent loop with a server-verified TDD gate, stopping after a set number of tasks, agent calls, or budget limit.
Instructions
Run the subagent-driven execution loop: implementer -> server-verified TDD gate -> reviewer, per task. 'until' stops after N tasks; 'max_agent_calls' and 'max_budget_usd' cap spend. Requires an approved plan. Long-running; streams progress; checkpoints per step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| until | No | ||
| project_id | Yes | ||
| max_budget_usd | No | ||
| max_agent_calls | No |