feat(FN-4890): complete Step 3 — paused-scope decay auto-rebound

Fusion-Task-Id: FN-4890
Fusion-Task-Lineage: d1ae6585-7df0-481f-83c3-c7cdd45daf4f
This commit is contained in:
Fusion (runfusion.ai)
2026-05-17 09:53:21 -07:00
committed by gsxdsm
parent eeb5fe8e2d
commit 1d2d3d1b0d

View File

@@ -502,6 +502,12 @@ export class SelfHealingManager {
"token_budget_exceeded",
]);
private static readonly PAUSED_SCOPE_DECAY_EXCLUDED_REASONS = new Set([
"branch-conflict-unrecoverable",
"worktrunk_operation_failed",
"token_budget_exceeded",
]);
constructor(
private store: TaskStore,
private options: SelfHealingOptions,