Restore session context from a previously saved checkpoint
/plugin marketplace add ojallington/session-memory-optimizer/plugin install ojallington-session-memory-optimizer@ojallington/session-memory-optimizercheckpoint-name# Restore Session Checkpoint
Load a previously saved checkpoint to restore session context.
## Process
### 1. List or Load Checkpoint
**If no argument provided**, list available checkpoints:
Then ask user: "Which checkpoint would you like to restore?"
**If argument provided** (`$ARGUMENTS`), load the checkpoint:
Or directly read: `${CLAUDE_PLUGIN_ROOT}/data/checkpoints/$ARGUMENTS.json`
### 2. Parse and Display
Parse the checkpoint JSON and display:
### 3. Internalize Context
State your understanding:
"Based on this checkpoint, I understand that:
- We were working on: [curre...