Skip to content

Commit fbe3adb

Browse files
recuu-pfegclaude
andcommitted
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

File tree

package-lock.json

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
"test": "vitest run",
1919
"test:e2e": "bash scripts/docker-e2e-test.sh",
2020
"test:e2e:mock": "bash scripts/mock-e2e-test.sh",
21+
"test:e2e:full": "bash scripts/full-e2e-test.sh",
22+
"test:e2e:full:preview": "E2E_MODE=preview bash scripts/full-e2e-test.sh",
2123
"test:ws": "tsx scripts/ws-integration-test.ts"
2224
},
2325
"keywords": [
@@ -43,6 +45,7 @@
4345
},
4446
"dependencies": {
4547
"@clack/prompts": "^1.1.0",
48+
"async-mutex": "^0.5.0",
4649
"ws": "^8.19.0"
4750
},
4851
"devDependencies": {

0 commit comments

Comments
 (0)