Problem
weight: Infinity passes validation (Infinity >= 0) and poisons aggregation (Infinity/Infinity = NaN).
Where
src/suite.ts (weight check) + src/scorers/util.ts (aggregation).
Acceptance
Add a failing test first asserting validateSuite rejects non-finite weight values. Then fix.
Problem
weight: Infinitypasses validation (Infinity >= 0) and poisons aggregation (Infinity/Infinity = NaN).Where
src/suite.ts(weight check) +src/scorers/util.ts(aggregation).Acceptance
Add a failing test first asserting
validateSuiterejects non-finiteweightvalues. Then fix.