checkpoint_session
Store a temporary checkpoint of your work state to resume tasks across windows or terminals. Captures decisions, open loops, and next actions without affecting durable memory.
Instructions
Store a compact checkpoint of the current work state. Use this when a task spans windows or terminals and you need the next session to recover decisions, open loops, and next actions without polluting durable memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Current session identifier | |
| scope | No | Optional shared scope; defaults to session:<sessionId> | |
| summary | Yes | Compact summary of the current work state | |
| task | No | Optional task label | |
| decisions | No | Key decisions already made | |
| openLoops | No | Unresolved questions or pending items | |
| nextActions | No | Next actions to take | |
| entities | No | Relevant projects, tools, or people | |
| files | No | Relevant files or paths | |
| updatedAt | No | Optional override; defaults to now |