How do you stop parallel coding agents from stomping on each other?
A developer built Shepherd, an open-source coordination hub for parallel coding agents, to prevent merge conflicts and code collisions. The tool uses leases and a live presence feed to let agents see each other's work, r…