From 3438dddd5cb785120f741afd8e4bea7c5840b238 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 11 Mar 2026 07:50:24 -0700 Subject: [PATCH] Add git diff instruction to review prompt --- src/commands/review.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands/review.ts b/src/commands/review.ts index 25fc7bf..80f635a 100644 --- a/src/commands/review.ts +++ b/src/commands/review.ts @@ -26,6 +26,8 @@ Each one should deliver you a report in this format (the are just for you Description of problem. +Tell each agent: Run \`git diff main...HEAD\` and focus on the "+" lines, not the "-" lines. + Once the agents are done, look at all their suggestions and let me know what you think. ` if (extra) prompt += "\n\n" + extra