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:
committed by
gsxdsm
parent
dcb055df6b
commit
8226d170a2
@@ -496,6 +496,12 @@ export class SelfHealingManager {
|
|||||||
"token_budget_exceeded",
|
"token_budget_exceeded",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
private static readonly PAUSED_SCOPE_DECAY_EXCLUDED_REASONS = new Set([
|
||||||
|
"branch-conflict-unrecoverable",
|
||||||
|
"worktrunk_operation_failed",
|
||||||
|
"token_budget_exceeded",
|
||||||
|
]);
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private store: TaskStore,
|
private store: TaskStore,
|
||||||
private options: SelfHealingOptions,
|
private options: SelfHealingOptions,
|
||||||
|
|||||||
Reference in New Issue
Block a user