Original Reddit post

Hi Folks, I built a tool that speeds up your parallel agents. Currently, I have seen people use git worktrees or keep agents isolated as possible. Graft helps agents share resources and work on resources parallely. It’s inspired by multithreading architecture in programming. Each agent locks a resource and when another agent tries to work on the file its locked until earlier agent finishes. There is significant performance boost 2x compared to git worktrees and 5-10x compared to sequential steps. Check it out and happy to answer any questions. Link to my repo: https://github.com/coconinja2/graft submitted by /u/Dry_Mixture130

Originally posted by u/Dry_Mixture130 on r/ClaudeCode