load_snapshot
Load a saved snapshot's full checkpoint—project memory and packed transcript—as markdown to resume a session. Requires the snapshot id from list_snapshots.
Instructions
Load a saved snapshot's full checkpoint (carry-forward project memory + packed transcript) as markdown, ready to drop into context to continue the session. Pass an id from list_snapshots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The snapshot id (from list_snapshots or snapshot_session). |