dmux - dev agent multiplexer for worktrees
CLI that fans coding agents out across git worktrees and coordinates their progress, so multiple agents can work on the same repo without stepping on each other.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Featured in
Multi-agent frameworks and orchestration
Frameworks, harnesses, and DSLs for coordinating multiple AI agents across handoffs, parallel waves, and tool use.
Git workflow tools beyond the basics
Better diffs, mob programming, parallel worktrees, multi-repo management, and TUI commit graphs - the git tools worth knowing past `git rebase`.
Related entries
codexia - agent workstation for Codex and Claude Code
Desktop workstation that adds a task scheduler, git worktree management, remote control, and skills management on top of Codex CLI and Claude Code.
weave - entity-level git merge driver for agents
Rust merge driver that resolves false conflicts when independent agents edit the same file, claiming roughly 95% reduction versus line-based merge by working at entity granularity.
my-claude-devteam - 12-agent dev team for Claude Code
Drop-in pack of 12 specialized agents and 15 automation hooks that wires Claude Code into a structured P7/P9/P10 review and delivery workflow.
wanman - worktree-isolated multi-agent runtime for Claude Code and Codex
Multi-agent runtime that spawns each Claude Code or Codex agent in its own git worktree and home directory. JSON-RPC subprocess control, task pooling, artifact storage. Solves the share-a-directory failure mode that breaks most multi-agent harnesses.