feat(review): add file and hunk navigation primitives #92

Merged
barrettruth merged 5 commits from feat/review-navigation into main 2026-04-07 20:53:33 +00:00
barrettruth commented 2026-04-07 20:23:14 +00:00

Problem

The review session still lacked first-class navigation, so moving between files, returning to the index, and stepping through hunks depended on picker state or backend-specific habits instead of explicit review commands.

Solution

Add review index/file/hunk navigation helpers, expose them through :Forge review subcommands and review <Plug> mappings, and document and test the new navigation model on top of the session-backed review flow.

## Problem The review session still lacked first-class navigation, so moving between files, returning to the index, and stepping through hunks depended on picker state or backend-specific habits instead of explicit review commands. ## Solution Add review index/file/hunk navigation helpers, expose them through `:Forge review` subcommands and review `<Plug>` mappings, and document and test the new navigation model on top of the session-backed review flow.
Sign in to join this conversation.
No description provided.