delimit_session_handoff
Record a structured session handoff with summary, completed items, decisions, and blockers to enable continuity between coding sessions.
Instructions
Save a session summary for cross-session continuity.
When to use: at the end of a productive session, to leave a structured record the next session can recover. When NOT to use: for richer cross-model state (use delimit_soul_capture, which auto-detects more) or single-line memory (delimit_memory_store).
Sibling contrast: delimit_soul_capture writes a richer "soul" with git state; this writes a structured handoff with explicit fields.
Side effects: writes a handoff record via ai.ledger_manager.session_handoff. Coerces list inputs from comma strings via _coerce_list_arg.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | 2-3 sentence summary of the session. Required. | |
| items_completed | No | Completed ledger item ids (e.g. ["LED-164"]) as list or comma string. | |
| items_added | No | Newly added item ids as list or comma string. | |
| key_decisions | No | Key decisions or consensus results. | |
| blockers | No | What's blocked and why. | |
| files_changed | No | Key files that were modified. | |
| venture | No | Venture context. Empty = auto-detect. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||