Hacker News new | ask | show | jobs
by pmoati 94 days ago
I'm sometime using Claude Code for the work, and I really like to parallelize multiple agents. So I'm wondering how you manage two workers who are editing a same file?
1 comments

oups, I just realized you already explain you're using a git worktree. Sorry about that!

I think the demo statement idea is really clever! Without something like that, agents always build layers of plumbing that never connect to anything visible...

I've seen the same problem by using CC on my own projects.