Commit fbe3adb
feat: parallel builder dispatch + git merge mutex
- run-loop.ts: async dispatch via onExit callback instead of await waitForAgent()
- run-loop.ts: agent name = slot name (builder-1, builder-2) to prevent collisions
- runner.ts: add onExit callback parameter to spawn()
- git-merge.ts: add async-mutex to serialize concurrent merges
- SlotScheduler now actually respected for parallel execution
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0a8d193 commit fbe3adb
5 files changed
Lines changed: 198 additions & 141 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
0 commit comments