-
-
Notifications
You must be signed in to change notification settings - Fork 89
feat(scoring): pull + model upstream constants not currently fetched #809
Copy link
Copy link
Closed
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.roadmapOn the Wave-2 agent-layer roadmap board (project 9)On the Wave-2 agent-layer roadmap board (project 9)upstream-syncParity/sync with upstream entrius/gittensor scoring modelParity/sync with upstream entrius/gittensor scoring model
Milestone
Description
Metadata
Metadata
Assignees
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.roadmapOn the Wave-2 agent-layer roadmap board (project 9)On the Wave-2 agent-layer roadmap board (project 9)upstream-syncParity/sync with upstream entrius/gittensor scoring modelParity/sync with upstream entrius/gittensor scoring model
Found in the 2026-06-17 scoring-sync audit.
Problem
Scoring-relevant upstream constants are dropped by the knownOnly parser (absent from SCORING_CONSTANT_NAMES, model.ts:46): MAX_OPEN_PR_REVIEW_COLLATERAL_MULTIPLIER=2.0, MAX_LINES_SCORED_FOR_NON_CODE_EXT=300, DEFAULT_ISSUE_DISCOVERY_SHARE=0.5. The first two directly affect score/density (open-PR review collateral, non-code line cap).
Deliverable
Outcome
Scoring matches upstream for review-collateral and non-code line handling. Milestone M1.