Skip to content

Long-session recovery · documentation

Recover the starting goal from a local Claude Code or Codex session.

Blind extracts a compact anchor from the first user turn, so you can inspect it and use it to restate the task before continuing a long session.

Start by checking the released command is available.

$ pipx install hermes-blind==0.3.0
$ hermes-blind apply --latest --format auto --turn 9 --out recovery.md
sed -n '1,80p' recovery.md

Expected result. Blind prints the selected local session path to stderr and writes a recovery scaffold with the original anchor and observed session state. Review the file before sharing it.

The CLI reads local Claude Code and Codex logs; it does not detect drift or decide when recovery is needed. Installing the Claude, Codex, or Gemini skill does not install the Python runner.

Continue with the canonical repository reference; this route follows the published source and does not replace it.