Skip to main content

dont-break

The trust layer for AI-written code.

PyPI Python Downloads License

English · Français

Rule Studio: describe what must never break, watch the graph find and test the protection

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:

  1. Say it in plain words. "Nobody should be able to break invoice calculation, even indirectly." No file paths, no code.
  2. 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.
  3. 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.
  4. 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 (30 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

  1. Open the dont-break app → Agents.
  2. Sign in, link the folder to a project, click Connect Cursor: one click mints a project-scoped token and fills mcp.json.
  3. Paste into Cursor (or your MCP client).
  4. Click Install agent skill: it writes the safe-change protocol into your repo's AGENTS.md so agents use the tools without being told.

License

Apache-2.0. See LICENSE and NOTICE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dont_break-0.3.3.tar.gz (1.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dont_break-0.3.3-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

Details for the file dont_break-0.3.3.tar.gz.

File metadata

  • Download URL: dont_break-0.3.3.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.11.16

File hashes

Hashes for dont_break-0.3.3.tar.gz
Algorithm Hash digest
SHA256 a0c186ac1c83d836199e7102f5d03754d1517db30be8e3044f604932d59b11a1
MD5 cfd5cd4387e5d5171d59f05ad6438d44
BLAKE2b-256 1924c10b94b9ff2d586806498df3990b6fe2382ea7caddfbe321fe8d58f0dcde

See more details on using hashes here.

File details

Details for the file dont_break-0.3.3-py3-none-any.whl.

File metadata

  • Download URL: dont_break-0.3.3-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

Hashes for dont_break-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 64df5d2d71a6b2c31929594e09fdff29d71cf5378b51307a0d434edf150ec27f
MD5 b193b8e044cfb6d5756922ffbedb2238
BLAKE2b-256 bf0def5598253e95b10f55bb9c45d37741acd4de59d8dd6b8884ac1a308d874c

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.4

2 files

This release

0.3.3 This release

2 files

0.3.2

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page