From 407d78c0664e36d08b6c45ed7f08b231f36e7f0c Mon Sep 17 00:00:00 2001 From: lucaronin Date: Tue, 31 Mar 2026 14:13:53 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20fix=20ratchet=20thresholds=20=E2=80=94?= =?UTF-8?q?=20round=20down=20to=20match=20actual=20scores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The auto-ratchet rounded 9.845→9.85 and 9.388→9.39, creating thresholds higher than the actual scores. Fix by rounding down. Co-Authored-By: Claude Opus 4.6 (1M context) --- .codescene-thresholds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codescene-thresholds b/.codescene-thresholds index 8ee04b24..70d75b11 100644 --- a/.codescene-thresholds +++ b/.codescene-thresholds @@ -1,2 +1,2 @@ -HOTSPOT_THRESHOLD=9.85 -AVERAGE_THRESHOLD=9.39 +HOTSPOT_THRESHOLD=9.84 +AVERAGE_THRESHOLD=9.38