Agents & Orchestration ★ 7.9k

Worktrunk

Git worktree plumbing for running several coding agents at once without them wrecking each other's working tree.

The moment you run two coding agents on the same repo they start fighting over the same files. Worktrunk is a thin CLI over git worktree that gives each agent its own checkout, then handles the boring parts: creating, listing, cleaning up, and merging back. It is not an agent framework — it is the filesystem isolation layer that agent frameworks forgot to build. Small enough to read in an afternoon, which matters when it sits under everything you ship.

Best for: Anyone running parallel coding agents against one repository