chore: fix CodeScene ratchet thresholds to match remote API scores

Remote CodeScene scores (9.60/9.37) were below over-ratcheted thresholds
(9.84/9.38). Floor thresholds to actual remote values.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Test
2026-04-01 10:48:01 +02:00
parent 5ce1431522
commit 2f658425df

View File

@@ -1,2 +1,2 @@
HOTSPOT_THRESHOLD=9.84
AVERAGE_THRESHOLD=9.38
HOTSPOT_THRESHOLD=9.6
AVERAGE_THRESHOLD=9.37