/checkpoint Command
Create or verify checkpoints in your development workflow.Command Syntax
Action to perform:
create, verify, list, or clearCheckpoint name (required for create and verify)
Actions
Create Checkpoint
- Run
/verify quickto ensure current state is clean - Create a git stash or commit with checkpoint name
- Log checkpoint to
.claude/checkpoints.log - Report checkpoint created
Verify Checkpoint
- Files added since checkpoint
- Files modified since checkpoint
- Test pass rate now vs then
- Coverage now vs then
List Checkpoints
- Name
- Timestamp
- Git SHA
- Status (current, behind, ahead)
Clear Old Checkpoints
Typical Workflow
Example Output
Related
- Commands:
/verify,/eval