controller_transition
Move a task between states like PLANNING, CODING, or COMPLETED to manage its lifecycle. Use this to update task progress and trigger next steps.
Instructions
Transition task to a new state (PLANNING, CODING, EXECUTING, VERIFYING, FAILED_RETRY, ROLLBACK, COMPLETED).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| new_state | Yes |