5 pointsby bugrax9 hours ago3 comments
  • bugrax9 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.

  • ykocaman9 hours ago
    Simple and practical. Thanks for sharing.
  • hoboutno8 hours ago
    Seems promising. I will try this.