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