Original Reddit post

Seeing the recent Claude Code worktree update was great and the Native worktree support is a big step forward for parallel agent workflows. But even with isolated worktrees, conflicts often show up late (after a lot of agent work is already done). So we built Clash (open source) to catch potential conflicts earlier, before edits land. What Clash adds on top:

  • pre-edit conflict checks across worktrees (Write|Edit|MultiEdit)
  • clash status conflict matrix across all worktrees
  • clash watch for live conflict monitoring Quick setup (CLI + plugin): curl -fsSL https://clash.sh/install.sh | sh &&
    claude plugin marketplace add clash-sh/clash &&
    claude plugin install clash@clash-sh Repo: https://github.com/clash-sh/clash Would love feedback from people already using Claude Code worktrees. submitted by /u/malakhaa

Originally posted by u/malakhaa on r/ClaudeCode