AgentCollision AgentCollision Docs
AI GOVERNANCE FOR CODE

Ship safely at AI speed.

When multiple AI agents edit your codebase in parallel, coordination is the difference between shipping and silently breaking production. AgentCollision is the governance layer — one lightweight daemon that keeps every agent in sync, every edit safe, every merge clean.

Install
brew install agentcollision && ac init
A FAMILIAR STORY

Your agents are racing. And you don’t know it.

Here’s what actually happens when parallel AI sessions edit the same codebase.

Without AgentCollision
Silent overwrite, late discovery
08:00
You open Claude Code on auth.ts to fix a bug.
08:01
You open another window and ask Claude to refactor the same file.
08:02
Both chats edit auth.ts simultaneously.
08:03
Chat B silently overwrites Chat A’s fix.
09:15
CI goes red. You spend 40 minutes debugging a regression that shouldn’t exist.
40 min lost to a silent race condition
With AgentCollision
Synchronous block, clean merge
08:00
Claude Code acquires a lease on auth.ts before editing.
08:01
Second session asks for the same file.
08:02
AgentCollision blocks Chat B synchronously. Chat B picks a different file.
08:03
Chat A finishes. Lease releases automatically. Chat B resumes.
09:15
Both edits landed cleanly. CI is green. No debugging needed.
Zero incidents. Both edits shipped.

How teams use it

Local

Individual developers

Install once. Every Claude Code, Cursor, Cline, or Windsurf session on your machine gets automatic coordination. Free forever.

Install locally →
Shared

Remote teams

Alice on her MacBook and Bob on his Linux box can coordinate across machines. The hosted coordinator tracks leases in real time.

Set up a team →
Zero-knowledge

Privacy-first

File paths are HMAC-hashed before leaving your machine. The coordinator never sees your code or directory structure.

How it works →

The dashboard

See every team member's active file edits, who's coordinating with whom, and catch conflicts before they happen. Runs locally at localhost:7777 or hosted at dashboard.agentcollision.com.

AgentCollision dashboard overview