Neural Lace wraps Claude Code, Cursor, Codex, and Gemini with mechanically-enforced best practices, risk-based permissions, and progressive autonomy — so your AI coding tools inherit years of engineering discipline by default.
Universal principles at the core. Abstract patterns in the middle. Thin, swappable adapters at the edge. Your project context at the top. Each layer changes at a different cadence — tool changes never break your principles.
Not guidelines. Not suggestions. Hooks, gates, and scanners that block anti-patterns before they ship — whether you're coding alone or in a team with AI assistance.
Every action scored before execution. Unknown actions handled gracefully. No brittle string matching — structural risk assessment that survives tool updates.
| Tier | Score | Response |
|---|---|---|
| T0 | 0 — 1 | Execute immediately |
| T1 | 1 — 2.5 | Execute, log prominently |
| T2 | 2.5 — 4 | Pause, show risk, wait |
| T3 | 4+ | Block. Explain why. |
Deploys rules, agents, hooks, and templates to ~/.claude/ and sets up global git hooks for security scanning on every repo on your machine.
# Clone the harness
cd ~/claude-projects
git clone github.com/mishanovini/neural-lace
# Navigate to Claude Code adapter
cd neural-lace/adapters/claude-code
chmod +x install.sh
# Install globally
./install.sh
MIT licensed. Free to use, fork, and modify. Contributions welcome.