mnueron primer outputs a markdown primer telling your AI it has mnueron
memory tools available and sketches what's in your store. Drop the
output in a project root as CLAUDE.md, .cursorrules, or similar so
Claude Code / Cursor / Windsurf / Cline use memory_recall proactively.
# Print primer to stdout
mnueron primer
# Save directly into a project's CLAUDE.md
mnueron primer > CLAUDE.md
# (or)
mnueron primer --out CLAUDE.md
Flags
| Flag | Default | What it does |
|---|---|---|
--ns <name> | (all) | Scope summary to one namespace |
--recent <n> | 12 | Number of recent memory titles to sample |
--out <file> | stdout | Write to file instead of printing |
What the primer contains
- A short instruction block telling the AI to use
memory_recallproactively, with a "use recall first when the user references vague past context" heuristic. - A namespace table — every namespace, count of memories, last-updated date.
- A list of ~15 recent memory titles so the AI has anchors for the kinds of things in your store.
Re-running
Re-run when your store changes substantially. Safe to commit to git — no secrets, no PII (just titles and namespace counts).