claim_task
Claim a task from the inbox to active status, moving the task file and recording the transition event.
Instructions
Claim a task from inbox → active (v3 lifecycle).
Moves the task file from _lifecycle/inbox/ to
_lifecycle/active/ and appends a claim_task transition
event to the file's frontmatter. On v2 projects this is a no-op
that returns an informational message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID (e.g. ``TASK-20260423-001``) or full filename. | |
| actor | No | Role code of the agent claiming the task (default ``"agent"``). | agent |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |