State
Memory
Jeden’s durable memory is a local SQLite/FTS index with explicit retrieval and maintenance operations. It is separate from the immutable session transcript.
Storage and overrides
The default database is ~/.jeden/memory.sqlite3. Set JEDEN_MEMORY_DB to select another database. The legacy JEDEN_MEMORY_FILE remains an input-path override.
Operations
Interactive
/memory stats
/memory view
/memory enqueue
/memory queue
/memory queue run
/memory queue drain
/memory rebuild
/memory clear| enqueue | Add a durable maintenance or ingestion item. |
| queue | Inspect queued memory work. |
| queue run | Process one bounded queue step. |
| queue drain | Process the durable queue until empty. |
| rebuild | Rebuild the SQLite FTS index from durable records. |
| clear | Destructive reset; requires confirmation. |
What memory is not
- It is not a substitute for project instructions or source-controlled context.
- It does not erase or rewrite the session ledger.
- Retrieved content remains subject to the current prompt budget and policy.
- Maintenance commands do not silently grant tool authority.