davegoldblatt/total-recall
Persistent memory plugin for Claude Code. Tiered memory system with write gates, correction propagation, and slash commands.
Filters long-term memory through a **write gate**—only facts that change behavior, represent commitments, or answer "why" decisions get permanently stored—preventing the model from memorizing ephemeral session details. Uses a four-tier storage system (working counter, categorical registers, timestamped daily log, archive) where notes are written to the daily log first and manually promoted to permanent registers, giving users control over what becomes canonical memory. Integrates with Claude Code as a plugin with slash commands (`/recall-write`, `/recall-promote`, `/recall-search`) and implements correction propagation that atomically updates all affected tiers when information is corrected, leaving an audit trail of changes.
185 stars.
Stars
185
Forks
10
Language
Shell
License
—
Category
Last pushed
Feb 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/davegoldblatt/total-recall"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Featured in
Higher-rated alternatives
HelloRuru/claude-memory-engine
Claude Code 的記憶系統 | A memory system built with hooks + markdown. Zero dependencies.
cortexkit/opencode-magic-context
OpenCode plugin for Magic Context — cache-aware infinite context, cross-session memory, and...
lout33/symbiotic-ai
A symbiotic AI agent that remembers everything, challenges you, and extends your cognition.
SukinShetty/Nemp-memory
Nemp - The memory plugin for Claude Code that remembers everything.
b33eep/claude-code-setup
Persistent memory system for Claude Code via Markdown. Setup with /init-project, resume with...