clear_checkpoints
Deletes all project checkpoints after user confirmation. Use without confirm to preview the number of checkpoints that would be removed.
Instructions
Delete all checkpoints for this project. Requires confirm=true.
Called without confirm, it only reports how many checkpoints would be deleted; ask the user before calling again with confirm=true.
Args: confirm: Must be true to actually delete. False = dry run. project_dir: Optional project directory override; defaults to the server's working directory (walking up to the nearest .git root).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| project_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |