delimit_session_handoff
Record session outcomes including completed tasks, new items, decisions, blockers, and file changes to preserve context for future sessions.
Instructions
Save a session summary for cross-session continuity.
Call at the end of a productive session so the next session can recover context. Stores: what was completed, what was added, key decisions, blockers, and files changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | 2-3 sentence summary of what happened this session. | |
| items_completed | No | List of completed ledger item IDs (e.g. ["LED-164", "LED-165"]). | |
| items_added | No | List of newly added item IDs. | |
| 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. Auto-detects if empty. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||