Found in the 2026-06-17 scoring-sync audit. Real correctness drift.
Problem
gittensory parses ISSUE_TREASURY_EMISSION_SHARE (src/scoring/model.ts:11) but upstream entrius/gittensor defines ISSUES_TREASURY_EMISSION_SHARE (note the S). The parse never matches → gittensory's value is frozen at the local default forever, AND upstream's real constant is reported as 'unmodeled' (false positive that also masks the real miss).
Deliverable
Outcome
Treasury emission share tracks upstream; one false-positive drift warning cleared. Milestone M0 (correctness underpins the conversion hook #800).
Found in the 2026-06-17 scoring-sync audit. Real correctness drift.
Problem
gittensory parses
ISSUE_TREASURY_EMISSION_SHARE(src/scoring/model.ts:11) but upstream entrius/gittensor definesISSUES_TREASURY_EMISSION_SHARE(note the S). The parse never matches → gittensory's value is frozen at the local default forever, AND upstream's real constant is reported as 'unmodeled' (false positive that also masks the real miss).Deliverable
ISSUES_TREASURY_EMISSION_SHAREin model.ts + add to SCORING_CONSTANT_NAMES (model.ts:46)Outcome
Treasury emission share tracks upstream; one false-positive drift warning cleared. Milestone M0 (correctness underpins the conversion hook #800).