Skip to content

Troubleshooting Memory-Enabled Agents (Superseded)

This older troubleshooting page referenced commands and storage assumptions that are no longer current, including removed top-level CLI surfaces such as memory query and memory metrics.

Use These Docs Instead

Current Verified CLI Surface

The verified top-level commands in this checkout are:

  • amplihack memory tree
  • amplihack memory clean
  • amplihack memory export
  • amplihack memory import
  • amplihack new --enable-memory

Current Memory Surface Split

  • amplihack memory tree shows the top-level SQLite session graph at ~/.amplihack/memory.db
  • amplihack memory clean deletes matching top-level SQLite sessions, with dry-run by default
  • amplihack memory export / amplihack memory import operate on agent-local hierarchical stores
  • generated goal-agent packages created with --enable-memory use their own local ./memory/ directory

See the replacement docs above for the current command syntax and caveats.