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.2.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.2-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dont_break-0.3.2.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.2.tar.gz
Algorithm Hash digest
SHA256 ffa976733f29b7d3d881a031540cadf51d37a8b7040559036a65f81b79ecbace
MD5 2331d15c6bb8b4a498709486b88e724b
BLAKE2b-256 28f0b8dc5cf7cc508d5b6783713513c00ad963f3b0b600f113fbec3e7102235d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dont_break-0.3.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5496eb29f4a1617f827b6261f9247566a687334e4bb0c9db133e51fe41fd7179
MD5 a4bd8b3f1967fab169e176e96963ad5b
BLAKE2b-256 e6e68198e2f4c05c163ee0010c848a479462cd030a4f157c7c34f260dcf05cda

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.4

2 files

0.3.3

2 files

This release

0.3.2 This release

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