You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ $ mem search "auth middleware"
21
21
22
22
## Why
23
23
24
-
Claude Code agents forget everything when a session ends. The usual fix — calling `mem_save` manually — has three failure points: the agent must decide what to save, remember to call it, and remember to call `mem_context` at the next start. Most sessions end without any memory saved.
24
+
Claude Code agents forget everything when a session ends. Manual memory tools have three failure points: the agent must decide what to save, remember to save it, and remember to load it at the next start. Most sessions end without any memory saved.
25
25
26
26
`mem` uses Claude Code hooks that fire **reliably at session boundaries**. The infrastructure captures memory. The agent never has to think about it.
0 commit comments