From 190766fe0351701f4b6b99ce4acedc2bf352e74a Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 16 Jun 2026 19:01:31 -0400 Subject: [PATCH] feat(failcount): add default failcount.toml thresholds --- scripts/tier2/failcount.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/tier2/failcount.toml diff --git a/scripts/tier2/failcount.toml b/scripts/tier2/failcount.toml new file mode 100644 index 00000000..8b9b1e83 --- /dev/null +++ b/scripts/tier2/failcount.toml @@ -0,0 +1,7 @@ +# scripts/tier2/failcount.toml +# Default thresholds for the Tier 2 failure counter. +# Override values here to tune per-track. + +red_phase_threshold = 3 +green_phase_threshold = 3 +no_progress_minutes = 30