Delimit Handoff List
delimit_handoff_listRetrieve pending session handoff receipts at startup to see what previous sessions left, or audit acknowledged handoffs.
Instructions
List session handoff receipts.
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 |
|---|---|---|---|
| limit | No | Maximum receipts to return, 1-200. Default 50. | |
| status | No | "pending" (default), "acknowledged", or "all". | pending |
| project_path | No | Optional exact project namespace. Blank aggregates all namespaces. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||