checkpoint_context
Save your current conversation context as a named checkpoint to return to later, maintaining mental state during complex tasks without fragmented summaries.
Instructions
Save your current context state as a named checkpoint. Use this when you're well-oriented and want to be able to return to this mental state later.
Good moments to checkpoint:
After fully understanding a codebase or task
Before starting a large, context-heavy operation
When you feel sharp and well-oriented
The checkpoint captures your entire conversation history up to this point.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Checkpoint name (e.g., "oriented", "pre-refactor", "task-complete") | |
| note | No | Optional note about what state this checkpoint represents |