feat(FN-4534): add auto-recovery dispatcher and pause-site wiring

Fusion-Task-Id: FN-4534
Fusion-Task-Lineage: 2b46a5df-efc6-4305-a0f2-69991e58512c
This commit is contained in:
Fusion
2026-05-14 17:47:34 -07:00
committed by gsxdsm
parent 55903924ac
commit 79eb74ca7e
12 changed files with 510 additions and 32 deletions

View File

@@ -227,6 +227,10 @@ export const DEFAULT_PROJECT_SETTINGS = {
mergeStrategyOverlapBehavior: "flip-to-prefer-branch",
postMergeAuditMode: "warn",
mergeAuditAutoRecovery: "ai-assisted",
autoRecovery: {
mode: "deterministic-only",
maxRetries: 3,
},
workflowStepTimeoutMs: 360_000,
workflowStepScopeEnforcement: "block",
planOnlyScopeLeakEnforcement: "warn",