Run multiple agents across git worktrees simultaneously. Each agent gets its own isolated workspace, its own branch, its own context.
You're building a feature. A bug report comes in. You stash, switch branches, fix, commit, switch back, pop stash. Or worse — you wait until you're "done" before starting the fix.
With git worktrees + Glue, you just open a parallel session. Your feature work continues untouched while the bug gets fixed in its own worktree.
glue --list.