reject_task
Reject a task under review to return it to active status for agent rework without discarding the task.
Instructions
Reject / recall a task under review: review → active (v3 lifecycle).
Moves the task file back from _lifecycle/review/ to
_lifecycle/active/ so the agent can rework it. Appends a
reject_task transition event. This is the FCoP v3 "撤回"
(recall) mechanism — ADMIN sends the work back for revision
without discarding it. 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 rejector (default ``"ADMIN"``). | ADMIN |
| note | No | Mandatory rejection reason (strongly recommended). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |