delimit_handoff_acknowledge
Acknowledge a pending handoff receipt to start work. Marks the receipt as acknowledged and closes the loop.
Instructions
Acknowledge a pending handoff receipt before starting work (Pro).
When to use: at session start when delimit_handoff_list shows a pending receipt — the receiving agent must acknowledge before starting work. When NOT to use: to create a handoff (use delimit_handoff_create) or list receipts (delimit_handoff_list).
Sibling contrast: delimit_handoff_create writes; delimit_handoff_list reads; this closes the loop on a specific receipt.
Side effects: writes an acknowledgement record via ai.handoff_receipts.acknowledge_receipt; flips the receipt status from pending to acknowledged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt_id | No | Receipt id to acknowledge. Required (empty string returns an error payload). | |
| notes | No | Optional notes from the receiving agent. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||