fix scoring: additive blend so new items aren't zeroed out
the multiplicative formula (recency * engagement * ...) gave score=0
to any item with no comments/reactions, burying 60% of open issues
including well-filed bugs. switch to additive blend where recency is
the primary signal and engagement boosts rather than gates.
140 → 14 zero-score items on current data.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>