Use bare placeholder names in quality reviewer prompt body

This commit is contained in:
Jesse Vincent
2026-06-09 16:51:54 -07:00
parent 2cc449b6d4
commit da41209243
2 changed files with 10 additions and 12 deletions

View File

@@ -42,17 +42,16 @@ Subagent (general-purpose):
## What Was Implemented
[DESCRIPTION — task summary, from implementer's report]
[DESCRIPTION]
## Task Requirements (context only)
[Task N text or plan reference. Context for judging the code, not for
re-checking compliance.]
[TASK_TEXT]
## Git Range to Review
**Base:** [BASE_SHA — commit before this task]
**Head:** [HEAD_SHA — current commit]
**Base:** [BASE_SHA]
**Head:** [HEAD_SHA]
```bash
git diff --stat [BASE_SHA]..[HEAD_SHA]
@@ -145,7 +144,7 @@ Subagent (general-purpose):
**Placeholders:**
- `[DESCRIPTION]` — task summary, from implementer's report
- `[Task N text or plan reference]` — the task's requirements, for context
- `[TASK_TEXT]` — the task's requirements text or plan reference, for context
- `[BASE_SHA]` — commit before this task
- `[HEAD_SHA]` — current commit