Git
-
Running AI sessions in parallel
Amenbo's own development runs two or three AI sessions at once. Two things collide: files and tasks. Files are split per task with git worktree; tasks are split with a reservation that only passes from todo. Written up as a real case.