Documentation
README
mnemon — Persistent Memory
Memory Stores
- Private (default): Per-group, read-write. All writes go here.
- Global: Shared across all groups, read-only. Use
--store global --readonlyto query.
Recall — before responding
Default: recall on every new user message, unless ALL of these apply:
- Direct follow-up within a topic already fully in context
- No reference to past sessions, decisions, or preferences
- No knowledge dependency beyond the current conversation
To recall:
mnemon recall "<query>" --limit 5
# Also check shared knowledge:
mnemon recall "<query>" --store global --readonly --limit 5
Craft a focused, keyword-rich query — do not pass the raw user prompt.
Remember — after responding
This is the opening of the README. Read the full README on GitHub.