feat: run comparison - structured diff view - #2601
Open
camielvs wants to merge 1 commit into
Open
Conversation
🎩 PreviewA preview build has been created at: |
This was referenced Jul 30, 2026
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-06-structured-diff-view
branch
from
July 30, 2026 23:22
90b3472 to
f58787e
Compare
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
2 times, most recently
from
July 31, 2026 00:24
38d1bf5 to
d0ef921
Compare
camielvs
force-pushed
the
cmp-06-structured-diff-view
branch
from
July 31, 2026 00:24
f58787e to
6d8d1a9
Compare
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
from
July 31, 2026 01:05
d0ef921 to
dc53d9d
Compare
camielvs
force-pushed
the
cmp-06-structured-diff-view
branch
from
July 31, 2026 01:05
6d8d1a9 to
15d5b88
Compare
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
from
July 31, 2026 01:36
dc53d9d to
1e12a5d
Compare
camielvs
force-pushed
the
cmp-06-structured-diff-view
branch
from
July 31, 2026 01:36
15d5b88 to
16384ae
Compare
4 tasks
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
from
August 14, 2026 18:17
1e12a5d to
9ef9026
Compare
camielvs
force-pushed
the
cmp-06-structured-diff-view
branch
from
August 14, 2026 18:17
16384ae to
0bbd00e
Compare
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
from
August 14, 2026 19:07
9ef9026 to
d5b078f
Compare
camielvs
force-pushed
the
cmp-06-structured-diff-view
branch
2 times, most recently
from
August 14, 2026 21:01
1c31e0a to
63ee9b6
Compare
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
from
August 14, 2026 21:01
d5b078f to
c24848f
Compare
3 tasks
camielvs
force-pushed
the
cmp-06-structured-diff-view
branch
from
August 14, 2026 23:47
63ee9b6 to
e57e483
Compare
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
from
August 14, 2026 23:47
c24848f to
e998ef1
Compare
camielvs
commented
Aug 17, 2026
camielvs
commented
Aug 17, 2026
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
from
August 17, 2026 20:01
e998ef1 to
921fd30
Compare
camielvs
force-pushed
the
cmp-06-structured-diff-view
branch
from
August 17, 2026 20:01
e57e483 to
53c193a
Compare
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
from
August 17, 2026 23:03
921fd30 to
0f02d18
Compare
camielvs
force-pushed
the
cmp-06-structured-diff-view
branch
from
August 17, 2026 23:03
53c193a to
3886fe5
Compare
8 tasks
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
from
August 18, 2026 00:44
0f02d18 to
6980587
Compare
camielvs
force-pushed
the
cmp-06-structured-diff-view
branch
from
August 18, 2026 00:44
3886fe5 to
6294327
Compare
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
from
August 18, 2026 00:56
6980587 to
fbe96eb
Compare
camielvs
force-pushed
the
cmp-06-structured-diff-view
branch
from
August 18, 2026 00:56
6294327 to
de2ad56
Compare
camielvs
marked this pull request as ready for review
August 18, 2026 01:20
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
Sixth PR in the Compare Runs stack. Adds the Structured view — the main list-based way of reading a comparison.
It shows a summary line (how many tasks were added / removed / changed / unchanged, plus how many had a different outcome) and a Show unchanged toggle to hide the noise. Below that, inputs, tasks and outputs are listed in sections, each row showing exactly what changed:
Related Issue and Pull requests
Part of the Compare Runs stack. Builds on #2600; the next PR (#2602) builds on this branch.
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Reachable once the stack is wired up (#2603).
Additional Comments