feat(review): progressive pipeline with threads and streamed acquisition - #84
Draft
lettertwo wants to merge 16 commits into
Draft
feat(review): progressive pipeline with threads and streamed acquisition#84lettertwo wants to merge 16 commits into
lettertwo wants to merge 16 commits into
Conversation
lettertwo
force-pushed
the
review/07-pipeline
branch
from
September 4, 2026 18:14
c83a489 to
e58fa6f
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.
This PR replaces the synchronous runtime with the pipeline in ADR-037 (progressive pipeline). Input runs on its own thread feeding an mpsc inbox, a loader thread handles generation-tagged file loads, and each changeset occupies a Pending, Ready, or Failed slot so startup and refresh stream diffs behind a live outline instead of blocking on all of them.
Silent-terminal probe verdicts for
theme=autoare cached so a terminal that never answers does not pay the timeout on every launch.A real-thread smoke test and a streamed-launch oracle pin the pipeline; the outline cursor stays anchored as streamed diffs land.