Restore previous checkpoint
restore-checkpointcommandsetup L1★0
calc-cloud/calculaud-fe ↗What it does
Restore project state to a previous phase checkpoint
Best for
Emergency rollback of a phase when new work has taken a wrong direction
Inputs
- · checkpoint id or phase name
Outputs
- · git reset to checkpoint commit
- · conductor plan.md reverted
- · track status reset
Requires
- · git reset
- · conductor MCP (if available)
- · Read/Write
Preconditions
- · checkpoint commit exists in git log
- · no uncommitted changes
Failure modes
- · checkpoint not found
- · reset destroys newer work
- · plan.md sync fails
Trust signals
- · checkpoint commit identified by phase
- · plan.md auto-synced after reset