fix: detect workbench recovery authority fanout
This commit is contained in:
@@ -469,6 +469,7 @@ function prioritizeFindings(findings) {
|
||||
if (id.startsWith("frontend-long") || id.startsWith("frontend-event-loop-gap") || id === "frontend-cpu-profile-hotspots") return 0;
|
||||
if (id === "page-performance-slow-same-origin-api") return 0;
|
||||
if (id === "session-rail-title-fallback-majority") return 0.5;
|
||||
if (id === "workbench-automatic-recovery-fanout-authority") return 0.52;
|
||||
if (id === "workbench-turn-state-triad-inconsistent") return 0.55;
|
||||
if (id.startsWith("workbench-terminal-")) return 0.6;
|
||||
if (id.startsWith("code-agent-card-")) return 0.8;
|
||||
|
||||
Reference in New Issue
Block a user