Documentation
README
OwnMem recall and daily use
OwnMem is this repository's local, deterministic memory. Recall runs offline — no model calls, no network, no query-time token cost — and every memory is plain Markdown inside the repository.
If the repository has no .ownmem/ directory, OwnMem is not installed here;
use the init skill from this plugin first.
Recall before changing code
npx ownmem recall -- "problem, path, or symbol"
For natural-language symptoms, pass two or three phrasings in one call and let the deterministic fusion rank them:
npx ownmem recall --multi -- "symptom in plain words" "root-cause term" "english symbol"
Open a hit's full topic file before relying on it, then verify against live code: memories record what was true when they were written.
This is the opening of the README. Read the full README on GitHub.