diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 9a6052c1..39b2d5ef 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -291,14 +291,14 @@ jobs: COMMAND_FOCUS: ${{ steps.command.outputs.focus }} run: | review_started_epoch="$(date +%s)" - review_model="$(awk -F': ' '$1 == "model" { print $2; exit }' .opencode/agent/pr-review.md)" + review_model="$(awk -F': ' '$1 == "model" { print $2; exit }' .opencode/agent/pr-review-bot.md)" echo "OpenCode version: $(opencode --version)" echo "Review agent: pr-review" echo "Review model: ${review_model:-unknown}" echo "Review timeout: $REVIEW_TIMEOUT" set +e - timeout --signal=TERM --kill-after=30s "$REVIEW_TIMEOUT" opencode run --agent pr-review "A pull request in the OpenChamber repository needs one unified correctness, repository-guidance, contribution-quality, and evidence review. + timeout --signal=TERM --kill-after=30s "$REVIEW_TIMEOUT" opencode run --agent pr-review-bot "A pull request in the OpenChamber repository needs one unified correctness, repository-guidance, contribution-quality, and evidence review. This may be a repeated review request. Before writing a new review, inspect prior PR comments, bot comments, reviews, inline comments, and the commit timeline via GitHub. Compare prior findings against commits pushed after those comments, then only repeat findings that still exist in the current diff/current file state. diff --git a/.opencode/agent/pr-review.md b/.opencode/agent/pr-review-bot.md similarity index 100% rename from .opencode/agent/pr-review.md rename to .opencode/agent/pr-review-bot.md