checkpoint
Create, list, restore, delete, prune, or compare snapshots of project files to track changes and revert when needed.
Instructions
Unified checkpoint CRUD. op = create | list (default) | restore | delete | prune | compare.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | No | Operation to perform (default 'list'). | |
| file_paths | No | For op=create: project files to snapshot. | |
| checkpoint_id | No | For op=restore/delete/compare: checkpoint identifier. | |
| keep_last | No | For op=prune: how many recent checkpoints to keep (default 10). | |
| max_files | No | For op=compare: max files compared (default 20). | |
| project | No | Project name/path (default: active). |