submit_task
Move an active task to review state for multi-agent coordination. Appends a transition event and updates the task lifecycle.
Instructions
Submit an active task for review: active → review (v3 lifecycle).
Moves the task file from _lifecycle/active/ to
_lifecycle/review/ and appends a submit_task transition
event. On v2 projects this is a no-op.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID or full filename. | |
| actor | No | Role code of the agent submitting the task. | agent |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |