Add source-aware upgrade-fit release view#14
Open
PollyBot13 wants to merge 1 commit into
Open
Conversation
PollyBot13
force-pushed
the
polly/upgrade-path-dev
branch
from
June 7, 2026 20:11
ce30f5d to
a22c4dd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a source-aware upgrade view on top of the install-profile release radar:
I’m oncurrent-version selector and upgrade-path ledger/api/upgrade-pathso upgrade comparisons can use full server-side attribution instead of capped public issue samplesconfirmed risks,unverified reports, fixed issues, and contextual carried risksNo existing issue looked like the right parent for this slice, so this PR stands alone.
Reasoning
The previous release score answered a static question: “would I install this release today?” That is useful, but it breaks down when the user is already on a specific version. A weak current version creates upgrade pressure; a newer target may fix real pain even if the target’s global score is not perfect. Conversely, a decent current version should not make a barely-settled target look like an obvious move.
This PR separates those concepts:
A few UX decisions came out of testing the preview:
Verification
git diff --checknpm run test:upgrade-path-fixturenpm run typechecknpm test(113 passing)npm run build