fix(web): a parallel fork is one line, not a card - #653
Merged
Conversation
The marker was a bordered, tinted card carrying a headline, a prose sentence and a row of jump chips, and every member row underneath repeated it as a "parallel" pill. Three announcements of one fact, in a view whose whole point is that a fork reads at a glance. It is now one rule across the column, in the same shape as the page's other structural lines: ⑂ 2 LANES IN PARALLEL overlap 12:24:44 → 12:25:24 ───── The chain case still refuses to claim a shared window and says "interleaved" over the run's extent instead. Turn and lane headers lose their pills outright — the marker sits directly above the members and the one-lane indentation already says who hangs off it. That leaves nothing reading `parallelWith`, so the pairwise-overlap filtering behind it goes too, along with `forkedBy` (the forking agent's header is the row above the marker) and the jump plumbing the chips needed: `indexByKey`/`jumpTo` and `onJump` off every block. Cluster membership is now just a key in the marker map.
JeremyFunk
had a problem deploying
to
pr-preview
August 27, 2026 13:39 — with
GitHub Actions
Failure
🍁 Maple PR previewWarning Preview cleanup could not be confirmed. The Alchemy teardown outcome was Final commit |
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.
Follow-up to #648, which trimmed the parallel markers but left the shape that made them loud in the first place.
Before
The marker was a bordered, tinted card — headline, prose sentence, a row of jump chips — and then every member row underneath repeated the fact as a
⑂ PARALLELpill. Three announcements of one thing, in a view whose whole point is that a fork reads at a glance.After
One rule across the column, in the same shape as the page's other structural lines (empty turn, lane header):
interleaved 12:31:51 → 12:32:02over the run's extent instead.What fell out
Nothing reads
parallelWithany more, so it goes, and with it the pairwise-overlap filtering that computed it and theoverlaps()helper. Also gone:forkedBy(the forking agent's header is the row above the marker), theTurnMarkingwrapper (cluster membership is now just a key in the marker map), and the jump plumbing —ParallelJump,ParallelBanner,indexByKey/jumpTo, andonJumpoff every block's props.Net −153 lines.
Verification
tscclean acrossapps/web; 283 tests pass insrc/lib/agent-sessions+src/components/agent-sessions. Builder tests that asserted chip data now assert marker membership and member indentation instead./lab/agent-sessionfixture (lane fan-out in turn 15, dispatched turn fan-out in turns 18–20), no console errors.Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.