delimit_session_history
Load recent session handoffs to recover context at startup, reviewing completed items, decisions, and blockers from prior sessions.
Instructions
Load recent session handoffs for context recovery.
When to use: at session start to see what previous sessions left — items completed, key decisions, blockers from the last N runs. When NOT to use: to write a handoff (use delimit_session_handoff) or for richer cross-model state (delimit_revive).
Sibling contrast: delimit_session_handoff writes; delimit_revive reads soul state; this reads structured handoffs.
Side effects: read-only. Calls ai.ledger_manager.session_history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent sessions to return. Default 5. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||