v1.1.0
Terminal-driven GitHub PR review lands — `commitbrief remote pr <ID>` fetches a PR's diff, posts inline review comments, and submits a verdict.
Highlights
commitbrief remote pr <ID> brings the review pipeline to GitHub
pull requests (ADR-0016). It pulls a PR’s diff through the gh
CLI, runs the same review pipeline as a local run, posts each
finding as an inline review comment, and submits a verdict.
Added
-
commitbrief remote pr <ID>— terminal-driven GitHub PR review. Pulls a PR’s diff via theghCLI, runs the review pipeline, posts each finding as an inline review comment, and submits a verdict (approve / comment / request-changes). The subcommand-local--request-changes-on=<critical|high|medium|low>(defaultcritical) sets the request-changes threshold;--repo owner/repooverrides git-context repo discovery. API providers only —claude-cli/gemini-cliare refused (no structured findings).Bot-mode: the pre-send guards auto-allow with a stderr warning instead of aborting;
--fail-onis ignored (the GitHub verdict replaces the exit-code gate). Race-safe: one retry if the PR head moves during the review, then abort. GitHub-posted text is fixed English; local stderr is localized (EN/TR). Newinternal/remotepackage +remote.*catalog keys. -
Trailing blank line after review output and
----brackets around CLI-provider (claude-cli/gemini-cli) output for readability.