Skip to content

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.

Terminal window
gormes session --help
gormes session list
gormes session export

Use session commands when you need to find prior turns, resume work, or export conversation evidence for debugging.

Terminal window
gormes memory --help
gormes goncho --help
gormes config show

Use the memory and Goncho command surfaces to inspect persisted memory and extractor state. Exact command flags live in the CLI reference.

Terminal window
gormes config path
gormes config env-path
gormes config show

By default, Gormes stores config and state under $GORMES_HOME (~/.gormes). See Paths and logs for the exact files.

  1. Confirm the active profile with gormes profile show.
  2. Confirm the expected workspace is configured.
  3. Check gormes config show for memory-related settings.
  4. Export or inspect the relevant session.
  5. Use Logs when memory extraction or recall fails.