Checkpoint Manager Creates and manages state checkpoints for safe rollback during autonomous coding. Quick Start Create Checkpoint Rollback to Checkpoint Checkpoint Workflow Checkpoint Structure Checkpoint Types | Type | Trigger | Retention | |------|---------|-----------| | Automatic | Before risky operations | Last 5 | | Manual | User/agent request | Until deleted | | Feature | After feature complete | Permanent | | Session | Start of session | Last 3 | Integration Points - error-recoverer : Triggers rollback on failures - coding-agent : Creates checkpoints before changes - autonomous-loop…