$jacob pfp
$jacob
@jacob
What are the best ways, tricks and practices to get multiple agents working on the same codebase in parallel?
10 replies
2 recasts
31 reactions

Graham pfp
Graham
@gp
git worktrees if your dev setup works despite the fact that any files not checked into git are shared across all worktrees e.g. node_modules If you need complete isolation, ive been using a custom docker setup that streams a tarball copy of the entire parent directory into the container
0 reply
0 recast
0 reaction