session_load
Load the handoff summary from a past session to restore project context when beginning a new session.
Instructions
Load the handoff from a previous session. Call at the START of a new session to get context from the last one. Returns the handoff brief (~250 tokens) — exactly what the new session needs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| load_level | No | How much to load. 'handoff' = minimal (~250t). 'full' = everything. | handoff |
| session_id | No | Session ID to load (default: latest) | latest |
| project_root | Yes | Absolute path to project root |