What problem does it solve?
Restore working context saved earlier by /context-save. Loads the most recent saved state (across all branches by default) so you can pick up where you left off — even across Conductor workspace handoffs.
Use when asked to "resume", "restore context", "where was I", or "pick up where I left off". Pair with /context-save.
Formerly /checkpoint resume — renamed because Claude Code treats /checkpoint as a native rewind alias in current environments. (gstack)
Core Features & Use Cases
- Loads the most recent saved context across all branches, enabling quick session restoration after handoffs.
- Works across Conductor workspace handoffs, letting you resume on a different machine or branch without losing progress.
- Pairs with /context-save to establish a reliable save-and-restore workflow for long-running sessions.
Quick Start
Run /context-restore to load the most recent saved context from across all branches and resume your workflow.