dont-break
The trust layer for AI-written code.
🇬🇧 English · 🇫🇷 Français · 🇸🇦 العربية · 🇨🇿 Čeština · 🇩🇰 Dansk · 🇩🇪 Deutsch · 🇬🇷 Ελληνικά · 🇪🇸 Español · 🇮🇷 فارسی · 🇫🇮 Suomi · 🇵🇭 Filipino · 🇮🇱 עברית · 🇮🇳 हिन्दी · 🇭🇺 Magyar · 🇮🇩 Bahasa Indonesia · 🇮🇹 Italiano · 🇯🇵 日本語 · 🇰🇷 한국어 · 🇳🇱 Nederlands · 🇳🇴 Norsk · 🇵🇱 Polski · 🇧🇷 Português (Brasil) · 🇷🇴 Română · 🇷🇺 Русский · 🇸🇪 Svenska · 🇹🇭 ไทย · 🇹🇷 Türkçe · 🇺🇦 Українська · 🇺🇿 Oʻzbekcha · 🇻🇳 Tiếng Việt · 🇨🇳 简体中文 · 🇹🇼 繁體中文
AI agents ship code fast. Nobody ships trust with it. Every team running Cursor, Claude, or CI bots has the same unspoken fear: the day a quick fix silently breaks the one thing that was never supposed to break.
dont-break turns that fear into a contract:
- Say it in plain words. "Nobody should be able to break invoice calculation, even indirectly." No file paths, no code.
- Watch it get found. dont-break reads the live map of your codebase and lights up every place that carries that logic, including the paths you forgot existed.
- Watch it get attacked. It writes a protection rule, then replays code changes against it to prove the protection actually holds. A dry run: nothing in your code is touched.
- Activate it. From then on, every agent edit is checked against the rule before it lands. Your agent gets told "this is riskier than it looks" instead of you finding out in prod.
You: "Rename PokemonService.fetchAll"
Agent: → get_dependents(PokemonService.fetchAll) "23 call sites across 4 modules"
→ get_impact(files: [...]) "radius 3, touches ui/, cache/, api/"
→ get_do_not_touch() "PokemonService is a danger zone: fan-in 23, stability 31"
Agent: "This is riskier than it looks. Here are the 23 places that break,
and a safer 2-step plan."
That conversation happens automatically once connected. No prompt engineering: the agent skill teaches it.
Install
Requires Python 3.9+ and Node.js (npm). The graph extractor installs itself on first run.
pip install dont-break
dont-break --wake
That opens a local UI on http://127.0.0.1:4040, in your language (32 available). Sign in, pick a project folder, and the map of your code builds itself: a live 3D graph of every module, call, and dependency, with your protected zones lit up on top of it.
Pick your fight
"My agent keeps breaking things it never opened"
Plug dont-break into Cursor or Claude Desktop. Your agent checks impact and danger zones before editing, not after.
→ Set up in Cursor / Claude (2 min)
"I want CI to block disasters, not argue about style"
One job that fails the merge when a change hits a protected zone or a fragile hub, grounded in the real dependency graph, not vibes.
→ GitHub Actions · GitLab CI · pre-commit hook
"I just want to interrogate my codebase"
dbq dependents <id> | jq: who breaks if I change this? Your repo becomes a queryable database.
→ Shell + jq recipes
"I'm building my own agent"
The same 11 tools, exposed as typed TypeScript definitions or a generated OpenAPI 3.1 spec.
→ LangChain / OpenAPI / custom agents
The 11 tools your agent gets
| Tool | The question it kills |
|---|---|
find_symbol |
"Which node is this name / file?" (entry point) |
get_dependents |
"Who breaks if I change this?" |
get_impact |
"What's the blast radius of these edits?" |
get_do_not_touch |
"What should I refuse to touch without asking?" |
get_dependencies |
"What does this code rely on?" |
find_path |
"Why does changing A affect B?" |
get_arch_status |
"How carefully should I work in this repo?" |
check_change |
"Does this edit violate a team rule?" |
propose_rule |
"Record a warn now, or a block for a human to approve" |
pause_own_rule |
"Stop evaluating a rule this agent token authored" |
append_rule_reason |
"Add one justification, never edit or delete" |
Query tools are read-only, server-side analysis, capped responses: always safe to call. The three rule tools write team rules under tight limits: they cannot activate a block, pause someone else's rule, or rewrite reasons.
The control room
- Rule Studio: describe what must never break, watch the graph find it, test the protection live before activating it
- Check: pre-edit simulator: pick seeds, get an ok/warn/block verdict, animate the exact path a break would take
- Overview: a verdict in one sentence, stability and AI-navigability readouts, the top actions that would harden your architecture
- Graph: the Nebula 3D scene, protected zones and witness paths lit as overlays
- Agents: connect Cursor, Claude, or CI in one click, with a live try-to-break demo
Keyboard-first: cmd+K opens the command palette.
Connect your agent in 30 seconds
- Open the dont-break app → Agents.
- Sign in, link the folder to a project, click Connect Cursor: one click mints a project-scoped token and fills
mcp.json. - Paste into Cursor (or your MCP client).
- Click Install agent skill: it writes the safe-change protocol into your repo's
AGENTS.mdso agents use the tools without being told.
License
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dont_break-0.3.4.tar.gz.
File metadata
- Download URL: dont_break-0.3.4.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.11.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a0eb491ea48307a3933a707f4fd8ed1acb32e6803496029afcba11101ba44d7
|
|
| MD5 |
8ef05f9d14f7c8fad24d544ed1ca4e1b
|
|
| BLAKE2b-256 |
ed613674bbb184c9c70f5d498eef2aea4d425295fcbac7a44ecfacf6d1f09776
|
File details
Details for the file dont_break-0.3.4-py3-none-any.whl.
File metadata
- Download URL: dont_break-0.3.4-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.11.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd100468f42dace726bef84f78acaf4a91fd6c3d41582e8a35387bdf2a95b1cc
|
|
| MD5 |
ce02aa85d650afb02176ad564c7b1a5f
|
|
| BLAKE2b-256 |
5b2f7f8c11d606eb242d34388ccef806c2ef786d2b1977d21e41b1cfdccb8149
|