chore: fix ratchet thresholds — round down to match actual scores
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) <noreply@anthropic.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
HOTSPOT_THRESHOLD=9.85
|
||||
AVERAGE_THRESHOLD=9.39
|
||||
HOTSPOT_THRESHOLD=9.84
|
||||
AVERAGE_THRESHOLD=9.38
|
||||
|
||||
Reference in New Issue
Block a user