-
-
Notifications
You must be signed in to change notification settings - Fork 90
feat(scoring): act on unmodeled-constant drift (not just report it) #811
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
findUnmodeledUpstreamConstants (model.ts:66-74) computes the unmodeled set and pushes a warning, but it's reported-only — exposed on /v1/scoring/model then collapsed to a bare warningCount in audit metadata (routes.ts:935). Nothing alerts or files an issue. The separate ruleset drift system (src/upstream/ruleset.ts) does file GitHub issues but on a different signal.
Deliverable
Outcome
When upstream adds a scoring constant, we get a tracked signal automatically instead of a buried warning. Milestone M1.