From 6e5fac9cf306e1a5337c1f3b8de23b1801c666e4 Mon Sep 17 00:00:00 2001 From: "detail-app[bot]" <180357370+detail-app[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:44:56 +0000 Subject: [PATCH] docs: note jj fallback in repo inference review convention --- REVIEW.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/REVIEW.md b/REVIEW.md index 1af6685..67e8a78 100644 --- a/REVIEW.md +++ b/REVIEW.md @@ -15,7 +15,8 @@ Conventions that require human judgment during review. Lint-enforced rules - `--format json` must produce valid JSON. Never mix human-readable text (hints, update notices) into JSON output — guard behind a format check. - New commands that accept a `repo` positional should make it optional and fall - back to inferring `owner/repo` from the git remote. + back to inferring `owner/repo` from the git or jj remote (see + `src/utils/vcs.rs`). ## Generated code