Local Merge Queue
A local merge queue is a lightweight tool that serializes commits from several parallel coding agents onto one trunk branch, testing each change alone before it lands, all without a hosted CI service or a forge's built-in merge queue.
Developer Paul Smith coined the phrase on February 25, 2026 with jjq for the jj version control system. The pattern broke out on git repos when funador's claude-code-merge-queue hit Hacker News on July 30, 2026 (42 points, now 113 GitHub stars), with independent tools mergetrain and landrail following within weeks.
funador built claude-code-merge-queue after pushing 90 commits a day from 4-5 parallel Claude Code agents on an 8GB MacBook Air; the tool assigns each agent a numbered worktree lane, allocates a sequential dev-server port per lane, and serializes builds so tests never collide.
Like an airport runway with one controller waving planes down one at a time so none collide on landing.
See nascent terms 7 days before everyone, unlock every stage filter, and get weekly early alerts.
Why is it emerging now?
funador's Show HN post on July 30, 2026 turned a niche jjq pattern from February into a git-native category, drawing 42 points and a 113-star repo within a day, with mergetrain and landrail confirming the pattern is spreading independently.
Search Interest
-
Nascent0–7 days
-
Emergent8–30 days
-
Validating31–90 days
-
Rising ← now91–180 days
-
Established180 days +
Outlook
6-month signal projection and commercial timeline.
Multiple independent OSS implementations (jjq, mergetrain, claude-code-merge-queue, landrail) show a real pattern, but adoption stays niche and solo-developer for now.
Risk · GitHub, GitLab, or Claude Code itself could ship native agent-merge-queue features and absorb the category.
Analogs · git worktrees · hosted merge queues (GitHub/GitLab) · trunk-based development
-
nowOSS npm/CLI tools only
Free packages (npm, Homebrew); no paid tier or hosted service yet.
-
3-6moSetup guides monetize first
Worktree/port-allocation config guides become SEO and affiliate content.
-
6-12moHosted multi-repo dashboard
A team-facing dashboard or hub could be the first paid layer.
Competition & Opportunity for term “Local Merge Queue” Placeholder
Needs at least one tracked query to compute — run enrich-trends or enrich-autocomplete to populate.
Ideas for term “Local Merge Queue”
Buildable pitches — turn this term into an article, site, product, post, newsletter, video, or course. Steal any card and run with it.
Long-tail comparison article ranking for '<forge> merge queue alternative' and 'local CI without GitHub Actions' searches.
Step-by-step tutorial targeting builders running multiple coding-agent sessions who hit push races and flaky shared test runs.
Feature-comparison table (jj vs git, SQLite vs file-based, worktree vs workspace) for developers picking between the four implementations.
Lightweight SaaS that ingests each tool's local queue state and surfaces a team-wide 'what's landing next' view for distributed agent fleets.
Visual lane indicator so a developer running 4-5 agents can see which worktree is next to land without shelling out to CLI status commands.
First-person build log of hitting the push-race and shared-resource problem a local merge queue solves, with before/after commit-throughput numbers.
One engineer pushed 90 commits a day from four parallel Claude Code agents on an 8GB MacBook Air — and the fix wasn't more cloud CI, it was less.
jjq, mergetrain, claude-code-merge-queue, and landrail all solve the identical problem — and none of them talked to each other first.
What People Search Placeholder
Long-tail queries to rank for — SERP-verified volumes pending enrichment.
SERP of term “Local Merge Queue”
What searchers see today — organic results on top, paid ads if anyone's bidding. Ad density is a real-time commercial signal.
FAQ
What is Local Merge Queue?
A local merge queue is a lightweight tool that serializes commits from several parallel coding agents onto one trunk branch, testing each change alone before it lands, all without a hosted CI service or a forge's built-in merge queue.
Why is Local Merge Queue emerging now?
funador's Show HN post on July 30, 2026 turned a niche jjq pattern from February into a git-native category, drawing 42 points and a 113-star repo within a day, with mergetrain and landrail confirming the pattern is spreading independently.
When did Local Merge Queue emerge?
Publicly emerged around 2026-02-25 (about 167 days ago as of 2026-08-11). EarlyTerms first recorded a pipeline signal on 2026-07-30.
Related Terms
Other terms in the same space — aliases, subtypes, competitors, and neighbors to explore next.
- Competitor remote workspaces Remote Workspaces is a developer infrastructure pattern where AI coding agent orchestrators run isolated environments — terminals, file… →
- Related Claude Code Claude Code is Anthropic's official command-line coding agent — a terminal tool that reads your codebase, edits files, runs commands,… →
- Related agent harness An agent harness is the middleware between a large language model and the real world — code that runs the agent loop, calls tools,… →
- Related parallel agents Parallel Agents is the pattern of running multiple AI coding sessions at the same time against isolated copies of a codebase, with a… →
- Related coding agents Coding Agents is the category name for AI developer tools that act on code autonomously — reading a repo, planning a change, editing… →
- Related workspace agents Workspace Agents is OpenAI's enterprise feature that lets teams build shared AI agents — powered by Codex — capable of running… →
- Part of
- Includes
- Related
Sources
Primary URLs this report cites — open any to verify the claim yourself.
- 01 Show HN: A local merge queue for parallel Claude Code agents news.ycombinator.com ↗
- 02 funador/claude-code-merge-queue (GitHub repo) github.com ↗
- 03 Paul Smith — Introducing jjq, a local merge queue for jj pauladamsmith.com ↗
- 04 paulsmith/jjq (GitHub repo) github.com ↗
- 05 yongjip/mergetrain (GitHub repo) github.com ↗
- 06 JaydenCJ/landrail (GitHub repo) github.com ↗