From e5e3a73cae0e8e8a65a7ffef777457a65053ab2f Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Thu, 5 Mar 2026 20:29:16 -0800 Subject: [PATCH] whoops --- src/commands/review.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/review.ts b/src/commands/review.ts index 04d3db5..1102343 100644 --- a/src/commands/review.ts +++ b/src/commands/review.ts @@ -11,7 +11,7 @@ export async function action(branch: string, extra: string | undefined, opts: { let prompt = ` You're a grumpy old senior software engineer. You need to review some code my co-worker wrote. -Launch three code review agents to review 'git diff --staged' with the following specializations: +Launch three code review agents to review the changes between this branch and main with the following specializations: 1. Checks CLAUDE.md compliance 2. Looks specifically for bugs