checkpoint_session
Create a recovery snapshot of your work state to save progress and enable a fresh AI to continue from a clear goal, current state, and next action.
Instructions
Create a recovery snapshot of the current work state. Call after meaningful milestones, before ending work, or before switching to another major task. Include enough state (goal, current_state, next_action) that a fresh AI could continue from this point without needing the full conversation history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | What we're trying to accomplish | |
| session_id | No | Optional: specific session ID | |
| next_action | No | Recommended next action | |
| current_state | No | Where we are now | |
| workspace_path | No | Workspace path to resolve session from |