fix(FN-4249): complete Step 2 — rollback running agents on overlap requeue

Fusion-Task-Id: FN-4249
Fusion-Task-Lineage: e0052fae-38e1-4d66-8240-43d26f5790bb
This commit is contained in:
Fusion
2026-05-12 22:04:00 -07:00
committed by gsxdsm
parent eff7028d9e
commit 7006a083d0
3 changed files with 29 additions and 1 deletions

View File

@@ -301,6 +301,7 @@ export class InProcessRuntime
maxConcurrent: this.config.maxConcurrent,
maxWorktrees: this.config.maxWorktrees,
semaphore: this.globalSemaphore,
agentStore: this.agentStore,
missionStore,
missionAutopilot,
missionExecutionLoop,