Commit a3f504a
authored
feat(harness): add verdict prefix to reviewer comments (#1153)
* feat(harness): add verdict prefix requirement to reviewer system prompt
The PR reviewer agent now must begin every comment with APPROVED,
APPROVED WITH MINOR COMMENTS, or REQUESTING CHANGES so outcomes
are immediately visible and parseable.
* feat(harness): use gh pr review for formal review verdicts
Instead of plain comments with text prefixes, the reviewer agent now
submits formal GitHub PR reviews via `gh pr review` with --approve,
--request-changes, or --comment. This integrates with branch protection
rules and makes the review status machine-readable.
* refactor(harness): move review verdict to review.md as one-liner
Keep system.md as pure workspace context. The review task prompt now
ends with a single directive to submit a formal PR review rather than
a plain comment.
* Update PR review submission instructions
Clarified instructions for submitting PR reviews.1 parent 2923dea commit a3f504a
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
0 commit comments