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.
That sounds terrible, I hope someone who can truly help you appears. If you are close by, could you possibly report this issue directly to Meta company?
This is a meaningful thing. I use markdown in many places. But if the core capabilities can be trimmed and open-sourced for a long term, it would be more appealing to me.
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.