feat(review): add a changed-files review index #90
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/forge.nvim!90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/review-files-index"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.