What problem does it solve? It captures individual facts into persistent memory files without requiring a full checkpoint session, while preventing low-quality or duplicate entries from polluting your knowledge base. ## Core Features & Use Cases - Ad-hoc Fact Capture: Route a single fact to a local project KNOWLEDGE.md or the global ~/.claude/KNOWLEDGE.md via the /remember command. - Quality Gate: Run a 4-test promotion bar (SETTLED, NON-OBVIOUS, NOT A RULE, DURABLE) that rejects facts better suited to TODOS.md or CLAUDE.md. - Semantic Deduplication: Detect exact duplicates and overlapping entries, proposing merged distillations before writing. - Use Case: After discovering that your CI pipeline requires a specific Node version, run /remember to store that settled fact in the project KNOWLEDGE.md so it persists across sessions. ## Quick Start Ask the AI to remember a fact by typing /remember followed by the fact, optionally adding --global to force the global knowledge file or --force to bypass the quality bar.