closer git integration/pr viewer #63
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#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Summary
forge.nvim should treat local PR review as a first-class workflow, not as a thin PR-side
diffaction.The core idea is:
Boundary
The top-level
:Forge/ root + local git picker workflow is tracked separately in #87.This issue is specifically about the PR review workflow and the review-session engine underneath it.
Design direction
Review should be organized around:
This keeps the workflow centered on real local review patterns:
Non-goals for this milestone
Linked issues
This umbrella review-workflow issue is now implemented on main through the linked review-session, changed-files, view-mode, and navigation work.