feat(review): add a changed-files review index #90

Merged
barrettruth merged 3 commits from feat/review-files-index into main 2026-04-07 20:52:53 +00:00
barrettruth commented 2026-04-07 20:14:33 +00:00

Problem

Review still leaned on the diff buffer's quickfix side effects, so there was no first-class changed-files surface anchoring the local PR review flow. That made file selection incidental and left the new review session model underused.

Solution

Derive changed files from the active review session, open them in a picker-backed review index, and route file opens through the review session so later mode and navigation work can build on the same surface.

## Problem Review still leaned on the diff buffer's quickfix side effects, so there was no first-class changed-files surface anchoring the local PR review flow. That made file selection incidental and left the new review session model underused. ## Solution Derive changed files from the active review session, open them in a picker-backed review index, and route file opens through the review session so later mode and navigation work can build on the same surface.
Sign in to join this conversation.
No description provided.