From aeca47bd44ddf0f397b549deb5ec02ca61c02579 Mon Sep 17 00:00:00 2001 From: Gustavo Madeira Santana Date: Tue, 3 Mar 2026 10:44:43 -0500 Subject: [PATCH] docs: clarify loop detection threshold ordering --- docs/tools/loop-detection.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tools/loop-detection.md b/docs/tools/loop-detection.md index 97fee0ddbe4..56d843f1276 100644 --- a/docs/tools/loop-detection.md +++ b/docs/tools/loop-detection.md @@ -79,6 +79,7 @@ Per-agent override (optional): ## Recommended setup - Start with `enabled: true`, defaults unchanged. +- Keep thresholds ordered as `warningThreshold < criticalThreshold < globalCircuitBreakerThreshold`. - If false positives occur: - raise `warningThreshold` and/or `criticalThreshold` - (optionally) raise `globalCircuitBreakerThreshold`