Memory and sessions
Gormes keeps sessions and durable context local. Operator docs lead with the observable surfaces; deeper Goncho/Honcho compatibility details live in Concepts and Build Gormes.
Inspect sessions
Section titled “Inspect sessions”gormes session --helpgormes session listgormes session exportUse session commands when you need to find prior turns, resume work, or export conversation evidence for debugging.
Inspect memory
Section titled “Inspect memory”gormes memory --helpgormes goncho --helpgormes config showUse the memory and Goncho command surfaces to inspect persisted memory and extractor state. Exact command flags live in the CLI reference.
Find local state
Section titled “Find local state”gormes config pathgormes config env-pathgormes config showBy default, Gormes stores config and state under $GORMES_HOME
(~/.gormes). See Paths and logs for the exact files.
Debug bad recall
Section titled “Debug bad recall”- Confirm the active profile with
gormes profile show. - Confirm the expected workspace is configured.
- Check
gormes config showfor memory-related settings. - Export or inspect the relevant session.
- Use Logs when memory extraction or recall fails.