I had a lot of work to get through, and for once I didn't want to crawl through it one ticket at a time.

I knew Claude Code could run a few sessions in parallel, so my first thought was just to turn a couple of agents loose on different things at once.

But then I hit my actual hangup: I don't merge code I haven't read.

I like going through diffs properly, lately with git-lrc.

So the question became, how do I let a bunch of sessions work at the same time without all their changes piling up into one unreviewable mess on a single branch?