Show HN: A framework that makes your AI coding agent learn from every session
5 points
2 hours ago
| 1 comment
| github.com
| HN
QuantumLeapOG
2 hours ago
[-]
I built this because I got tired of re-explaining the same things to Claude Code every session. The core idea is from Boris Cherny (Claude Code creator) — his team checks a single CLAUDE.md into git and updates it whenever the agent makes a mistake.

I turned that into a framework: 3-layer architecture (hooks for hard rules, 200-line working memory, indexed long-term knowledge), a self-learning system that captures your corrections automatically, and 21 pre-installed skills.

The dangerous-command blocker hook was the latest addition — it hard-blocks rm, git reset --hard, sudo, curl|sh before execution. Not a suggestion, an actual exit code 2.

Happy to answer questions about the architecture or trade notes on CLAUDE.md workflows.

reply