Save Checkpoint
vigil_saveCreate a named checkpoint of the entire project in the background to capture snapshots for safe recovery from file changes.
Instructions
Create a named checkpoint of the entire project. Runs in background — returns immediately. If slots are full, DO NOT auto-retry — ask the user whether to delete an existing checkpoint or increase capacity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Checkpoint name (e.g., "before-refactor", "v1.0") | |
| description | No | What this checkpoint captures (shown in vigil_list) | |
| max_checkpoints | No | Increase the maximum number of checkpoint slots (default: 3) |