feature(review): surface computeRuleGateEval's per-project rows on the operator dashboard - #8928
Conversation
…e operator dashboard computeBlendedRuleGateEval (pooled by ruleCode alone) is fully wired into the operator dashboard and the auto-tune breaker; its finer-grained sibling computeRuleGateEval, keyed by (project, ruleCode), had zero consumers outside its own test. Adds projectRulesBelowClosePrecisionFloor -- the per-project counterpart to the existing rulesBelowClosePrecisionFloor -- and wires computeRuleGateEval into buildOperatorDashboardPayload as a new "Rules below close-precision floor (per-project)" tile, so a rule broken on one specific repo is now visible even when a second repo's healthy usage pools the blended figure back above the floor. Refs JSONbored#8906.
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8928 +/- ##
==========================================
+ Coverage 90.56% 90.60% +0.04%
==========================================
Files 96 98 +2
Lines 22490 22612 +122
Branches 3884 3926 +42
==========================================
+ Hits 20367 20487 +120
Misses 1945 1945
- Partials 178 180 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Tip ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-26 13:50:24 UTC
Review summary Nits — 3 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. Decision record
🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
Summary
Fixes #8906.
Test plan