moa_handoff_consume
Mark a pending handoff as consumed, recording the timestamp of the action. This terminal transition enforces state legality by only accepting pending handoffs, keeping them out of recall.
Instructions
Mark a pending handoff consumed (terminal state; records consumedAt). Only pending → consumed | archived transitions are legal; anything else errors. Handoffs never participate in recall/indexing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Handoff id (ho_<12 hex chars>) | |
| actor | No | Who performs this transition (recorded in BoardEntry.author; default "anonymous"). | |
| workspace | Yes | Absolute path of the CURRENT project (sender identity for send; the inbox scope for inbox/read/consume/archive). Handoff tools never infer a workspace from the MCP process cwd. |