3 comments

  • bugrax 8 hours ago

    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.

  • ykocaman 8 hours ago

    Simple and practical. Thanks for sharing.

  • hoboutno 8 hours ago

    Seems promising. I will try this.