Back to browse
GitHub Repository

Agent coordination protocol — declare intents, lock symbols, detect conflicts before code is written

43 starsTypeScript

Wit – Stops merge conflicts when multiple AI agents edit the same repo

by amaarc·Mar 26, 2026·7 points·2 comments

AI Analysis

●●●BangerZero to OneBig BrainSolve My Problem

Prevents merge conflicts before code is written, unlike git which detects them after.

Strengths
  • Intent declaration and symbol locking prevents collisions before agents start coding.
  • Contract system with git pre-commit hook enforces function signature agreements.
  • Lightweight daemon with Unix socket and SQLite—minimal overhead for coordination.
Weaknesses
  • Requires Bun runtime, excludes teams standardized on Node or other toolchains.
  • Multi-agent workflows still emerging—adoption depends on teams running parallel agents.
Target Audience

Teams running multiple AI coding agents on shared repositories

Similar Projects