Captures sessions
Hooks record useful session evidence without hand-written notes.
Claude Code memory
remem gives Claude Code a searchable, auditable project memory layer for decisions, bug-fix rationale, preferences, and repo patterns that should survive fresh sessions.
$ remem install --target claude
ok Claude Code hooks configured
$ claude
SessionStart
decision release PRs need reviewThreads checked
bugfix doctor warnings can be non-install backlog
context restored before the first prompt
What remem adds
Use remem when the useful context is larger than a short instruction and needs search, auditability, and project scoping.
Hooks record useful session evidence without hand-written notes.
Background summaries preserve decisions, fixes, and lessons.
`remem search` finds project-scoped memories in the local store.
Relevant memories appear at session start before work begins.
Install
Install the binary, configure Claude Code hooks, then restart Claude Code and run a new session.
brew install majiayu000/tap/remem
remem install --target claude
remem doctor
remem search "last decision"FAQ
Memory is stored under `~/.remem` with SQLite and SQLCipher support.
Claude Code receives relevant project memory when a new session starts.
Agents can search and save memory through MCP tools or direct CLI commands.