claude-code-merge-queue - Local merge queue for parallel Claude Code agents
Show HN: A local merge queue for parallel Claude Code agents
claude-code-merge-queue is a zero-cost, local tool that serializes parallel work from multiple Claude Code agents to prevent push races and redundant builds. Unlike GitHub's cloud-based Merge Queue, this solution runs entirely on your machine, eliminating action minute costs and working with any repository plan. It automatically manages numbered lanes, handles worktree creation, and enforces a FIFO landing process with customizable check commands. By integrating directly with Claude Code hooks and Git workflows, it ensures clean history and stable integration without requiring human reviews or external infrastructure.
Same idea — serialize landings, test before merge, keep history clean — run locally instead of in someone else's billed cloud.