feat(review): introduce a first-class session model #89
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!89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/review-session-model"
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
PR review still behaved like a thin diff action because forge only tracked a base ref and a display mode. That left no stable session model for subject metadata, later file indexing, or view transitions.
Solution
Introduce structured review session state in
lua/forge/review.lua, populate it when PR review starts, and document and test the new session foundation so later review workflow work can build on it cleanly.