feat: run comparison - merged graph & change summary logic - #2597
Draft
camielvs wants to merge 1 commit into
Draft
feat: run comparison - merged graph & change summary logic#2597camielvs wants to merge 1 commit into
camielvs wants to merge 1 commit into
Conversation
🎩 PreviewA preview build has been created at: |
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jul 30, 2026
camielvs
force-pushed
the
cmp-02-graph-summary-logic
branch
from
July 31, 2026 00:24
b799ace to
dbfea62
Compare
camielvs
force-pushed
the
cmp-01-diff-engine
branch
from
July 31, 2026 00:24
8c0a61b to
2d2c65a
Compare
4 tasks
camielvs
force-pushed
the
cmp-02-graph-summary-logic
branch
from
August 14, 2026 18:17
dbfea62 to
ec52e0b
Compare
camielvs
force-pushed
the
cmp-01-diff-engine
branch
from
August 14, 2026 18:17
2d2c65a to
115570a
Compare
camielvs
force-pushed
the
cmp-02-graph-summary-logic
branch
from
August 14, 2026 19:07
ec52e0b to
f4272b7
Compare
camielvs
force-pushed
the
cmp-01-diff-engine
branch
2 times, most recently
from
August 14, 2026 21:01
160bb74 to
cfcc893
Compare
camielvs
force-pushed
the
cmp-02-graph-summary-logic
branch
from
August 14, 2026 21:01
f4272b7 to
0577e9a
Compare
3 tasks
camielvs
force-pushed
the
cmp-01-diff-engine
branch
from
August 14, 2026 23:47
cfcc893 to
186b9c5
Compare
camielvs
force-pushed
the
cmp-02-graph-summary-logic
branch
from
August 14, 2026 23:47
0577e9a to
5f5b90c
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.

Description
Second PR in the Compare Runs stack. Builds two more pieces of logic on top of the diff engine — still no UI.
Related Issue and Pull requests
Part of the Compare Runs stack. Builds on #2596; the next PR (#2598) builds on this branch.
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Pure logic, no standalone UI.
npm run test -- buildMergedGraph summarizeChangeTo see it end-to-end, check out the top of the stack (#2603), enable the Compare runs flag, and open the Graph tab of a comparison.
Additional Comments