feat: selecting a PR lights its files - #15
Draft
bryan-uipath wants to merge 2 commits into
Draft
bryan-uipath wants to merge 2 commits into
bryan-uipath wants to merge 2 commits into
Conversation
bryan-uipath
force-pushed
the
feat/pr-focus
branch
from
September 5, 2026 20:12
8d75c4e to
7951044
Compare
Clicking a PR avatar reuses the search highlight paint for the PR's files with the PR layer left on; Escape or another selection restores. The motion probe gains selectPr(n) for scripted checks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
prFocus derives from state.selection instead of shadowing it. A search or a tour step drops the lit PR before repainting, Escape drops it before the results list, and a scope none of the PR's files reach drops it too (it would otherwise leave the city uniformly dark). The worktree layer stays with the people layer under PR focus. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
bryan-uipath
force-pushed
the
feat/holo-scroll
branch
from
September 7, 2026 20:11
fb62a34 to
f67631b
Compare
bryan-uipath
force-pushed
the
feat/pr-focus
branch
from
September 7, 2026 20:11
7951044 to
f75fd99
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.
Stacked on #14.
Clicking a PR avatar (or
__motionProbe.selectPr(n)under?probe=1) setsprFocusand drives the existing search highlight with the PR's file paths: its files glow white-cyan, everything else goes dark, strata included. Unlike a search, the PR layer stays visible so the marker and its beams remain. Escape drops the PR selection before it touches the scope; selecting anything else restores the overlay.🤖 Generated with Claude Code