The package, CLI, environment prefix, extension namespace, routes, and integration IDs are now LongMemory:
- npm and CLI:
longmemory - environment:
LONGMEMORY_* - workspace state:
.longmemory/ - dashboard proxy:
/api/longmemory - repository:
https://github.com/CaviraOSS/LongMemory
Compatibility aliases for the previous product name are intentionally not shipped.
longmemory migrate \
--from ./legacy.db \
--to ./longmemory.db \
--report ./migration-report.jsonThe migration command reads supported SQLite, JSON, and JSONL data, skips corrupt or duplicate records, maps records through the current immutable ingest pipeline, restores supported relations, and writes an audit report. It refuses to overwrite a destination or migrate a database onto itself.
longmemory detect
longmemory session discover --from claude-code
longmemory port --from claude-code --to longmemory --all
longmemory verify --from claude-code --sample 10Session adapters are read-only and never modify proprietary harness stores. See docs/session-porter.md and docs/migration.md.