Leading five developers in a 240k-line ERP
At this size, no one holds the system in their head. The quality mechanism is review: 1,203 commits of mine, a large share of them merges, gatekeeping every feature branch into a coherent whole.
The second mechanism is written standards over tribal knowledge — a versioned .agent-docs/ directory with a routing table that every contributor, human or AI assistant, works from. It exists as a deliberate answer to keeping five developers consistent in one codebase.
Review-as-gatekeeping costs the lead most of their feature velocity. The trade is deliberate: one integrator who says no is cheaper than five divergent styles compounding for years.