mnueron primer

Generate a CLAUDE.md / cursorrules-style memory primer.

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

FlagDefaultWhat it does
--ns <name>(all)Scope summary to one namespace
--recent <n>12Number of recent memory titles to sample
--out <file>stdoutWrite to file instead of printing

What the primer contains

  1. A short instruction block telling the AI to use memory_recall proactively, with a "use recall first when the user references vague past context" heuristic.
  2. A namespace table — every namespace, count of memories, last-updated date.
  3. 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).

Last updated 2026-05-16edit