perk /pr-review-terminal — pre-PR since-base review on the hunk terminal surface (surface-only): this worktree's branch has no PR yet, so NO reviewers were spawned and NOTHING posts to GitHub in this mode.
1. The door has already launched hunk on the since-base diff of the working tree at `{{ worktree }}`, printed the launch command loudly — `cd {{ worktree }} && hunk diff {{ base_sha }} --agent-notes` — and copied it to the human's clipboard. **Don't print it yourself at flow start.** If the human asks whether hunk is connected, check conversationally — `hunk session get --repo {{ worktree }}` — **never poll on a timer**.
2. Tell the human to review the diff and leave their notes in hunk, and to say when they're done. Then **end your turn** while they review — wait for them to come back.
3. When they say they're done, read their notes back — `hunk session comment list --repo {{ worktree }} --type user` — and triage them in-session with the human: decide together which notes are actionable, then address the actionable ones.
