Claim Task
claim_taskMoves a task from the inbox to the active stage and records the transition, enabling agents to claim ownership and signal work in progress. For v2 projects, it returns an informational message instead.
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 |
|---|---|---|---|
| actor | No | Role code of the agent claiming the task (default ``"agent"``). | agent |
| task_id | Yes | Task ID (e.g. ``TASK-20260423-001``) or full filename. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |