nexo_checkpoint_save
Save a checkpoint before context compaction to preserve session state. The checkpoint is re-injected as a core memory block, maintaining continuity.
Instructions
Save a session checkpoint for auto-compaction continuity.
Call this BEFORE context compaction to preserve session state. The PostCompact hook reads this checkpoint and re-injects it as a Core Memory Block, so the session continues seamlessly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sid | Yes | Session ID. | |
| task | No | Current task description. | |
| task_status | No | One of 'active', 'investigating', 'fixing', 'deploying', 'blocked'. | active |
| active_files | No | JSON array of file paths currently being worked on. | [] |
| current_goal | No | What you're trying to achieve right now (1-2 sentences). | |
| decisions_summary | No | Recent decisions with brief reasoning (2-3 lines). | |
| errors_found | No | Errors encountered and their status (resolved/open). | |
| reasoning_thread | No | Your current chain of thought (1-2 sentences). | |
| next_step | No | The concrete next action to take. |