delimit_handoff_list
List pending or acknowledged handoff receipts from previous sessions. Use at session start to identify uncompleted handoffs requiring action.
Instructions
List session handoff receipts (Pro).
When to use: at session start to see what previous sessions left pending, or to audit acknowledged handoffs. When NOT to use: to create a handoff (use delimit_handoff_create) or acknowledge one (delimit_handoff_acknowledge).
Sibling contrast: delimit_handoff_create writes; delimit_handoff_acknowledge closes; this reads the receipt list.
Side effects: read-only. Calls ai.handoff_receipts.get_receipts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | "pending" (default), "acknowledged", or "all". | pending |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||