|
|
@@ -18,6 +18,22 @@ Subagent (general-purpose):
|
|
|
|
|
|
[From implementer's report]
|
|
|
|
|
|
+ ## Git Range to Review
|
|
|
+
|
|
|
+ **Base:** [BASE_SHA — commit before this task]
|
|
|
+ **Head:** [HEAD_SHA — current commit]
|
|
|
+
|
|
|
+ ```bash
|
|
|
+ git diff --stat [BASE_SHA]..[HEAD_SHA]
|
|
|
+ git diff [BASE_SHA]..[HEAD_SHA]
|
|
|
+ ```
|
|
|
+
|
|
|
+ Only read files in this diff. Do not crawl the broader codebase.
|
|
|
+
|
|
|
+ ## Read-Only Review
|
|
|
+
|
|
|
+ Your review is read-only on this checkout. Do not mutate the working tree, the index, HEAD, or branch state in any way. Use tools like `git show`, `git diff`, and `git log` to inspect history. If you need a working copy of a different revision, check it out into a separate temporary directory (e.g. `git worktree add /tmp/review-[SHA] [SHA]`) — never move HEAD on this checkout.
|
|
|
+
|
|
|
## CRITICAL: Do Not Trust the Report
|
|
|
|
|
|
The implementer finished suspiciously quickly. Their report may be incomplete,
|