feat(review): outline focus model, summaries, and progressive gap reveal - #85
Draft
lettertwo wants to merge 23 commits into
Draft
feat(review): outline focus model, summaries, and progressive gap reveal#85lettertwo wants to merge 23 commits into
lettertwo wants to merge 23 commits into
Conversation
if_same_then_else in app.rs (merge the n==14 arm into the identical n==2||n==10 branch) and two useless_vec in summary.rs tests. These pre-existing lints would red-block the new scoped stop gate once per code state on every turn that touches git-workon-review.
lettertwo
force-pushed
the
review/08-outline-gaps
branch
from
September 4, 2026 18:14
d26af82 to
13e4707
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 reworks the outline into a home base with its own focus model (
h/lbetween outline and diff), a scrolloff viewport withg/G, head-first ordering with directories before files, and a summary panel for header and directory rows. File rows carry status letters and opt-in nerd icons. Stage, unstage, and discard work from outline rows, and the diff position survives staging operations.In the diff, collapsed context gaps expand progressively and can reveal up to the enclosing tree-sitter scope. A gap expansion that reshapes rows cancels any active line selection.