Clone https://github.com/coleam00/claude-memory-compiler into this project. Set up the Claude Code hooks so my conversations automatically get captured into daily logs, compiled into a knowledge base, and injected back into future sessions. Read the AGENTS.md for the full technical reference. bash Clone into your project root git clone https://github.com/coleam00/claude-memory-compiler .claude-memory cd .claude-memory Install dependencies (requires uv) uv sync Copy hooks config into your project's Claude settings cp .claude/settings.json ../.claude/settings.json Or merge the hooks block into…