Three Hooks That Give Claude Code Memory
Every Claude Code session starts from zero. You know your codebase, your conventions, your past decisions. Claude doesn't — until you explain them. Again. Every time.
This is not a Claude problem. It's an architecture problem. The context window is the right unit of work, but it has no built-in mechanism for accumulating knowledge across sessions.
I've been running three passive hooks to fix this for months. Today I packaged them up: kcp-hooks.



