I built this because I was running Claude Code and Cursor on the same repo and they kept overwriting each other's files. git-lanes uses Git's native worktree feature to give each agent its own isolated workspace — no dependencies, just git.
Happy to answer questions about the approach or hear how others handle multi-agent workflows.
I built this because I was running Claude Code and Cursor on the same repo and they kept overwriting each other's files. git-lanes uses Git's native worktree feature to give each agent its own isolated workspace — no dependencies, just git.
Happy to answer questions about the approach or hear how others handle multi-agent workflows.
Simple and practical. Thanks for sharing.
Seems promising. I will try this.