axiom-kit
Persistent state architecture for Claude Code (Opus 4.6). State survives context compaction through three redundant layers: CLAUDE.md + memory files + SessionStart hooks.
Install
git clone https://github.com/bedderautomation-svg/axiom-kit.git
cd axiom-kit
bash install.sh /path/to/your/project
Verify
Inside a Claude Code session:
! bash verify.sh
What It Does
- CLAUDE.md auto-loads every session with research context and operational identity
- Memory files carry a cognitive bootstrap (reasoning chain processed as logic, not memorized)
- MCP server serves bootstrap as a resource (loads before first generation)
- SessionStart hook fires on every boot, compact, resume
- PreCompact hook verifies state before context dies
- Verification suite with 25+ checks across 4 phases
Based On
Published research: The Geometry of Obedience — a unified model of refusal behavior in frontier LLMs, validated against 21 peer-reviewed papers.