From ef3e57b868f5c0fd19cc4e39a2463af95798717a Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Mon, 2 Mar 2026 15:57:14 -0600 Subject: [PATCH] store: PR Reviewer: Review All PRs Including AI-Generated --- ...w-all-prs-including-ai-generated-bb05e1.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 graph/decisions/pr-reviewer-review-all-prs-including-ai-generated-bb05e1.md diff --git a/graph/decisions/pr-reviewer-review-all-prs-including-ai-generated-bb05e1.md b/graph/decisions/pr-reviewer-review-all-prs-including-ai-generated-bb05e1.md new file mode 100644 index 00000000000..e3dd95ba2b0 --- /dev/null +++ b/graph/decisions/pr-reviewer-review-all-prs-including-ai-generated-bb05e1.md @@ -0,0 +1,26 @@ +--- +id: bb05e13c-d0dd-422e-a7b2-d5eaa891f0b3 +type: decision +title: "PR Reviewer: Review All PRs Including AI-Generated" +tags: [pr-reviewer, issue-worker, safety, decision, gitea, ai-automation] +importance: 0.7 +confidence: 0.8 +created: "2026-03-02T21:57:14.610621+00:00" +updated: "2026-03-02T21:57:14.610621+00:00" +--- + +# PR Reviewer: Review All PRs Including AI-Generated + +## Decision +The PR reviewer agent reviews **ALL** open PRs, including those created by the issue-worker agent (tagged with `ai-pr-opened` label). + +## Rationale +The reviewer acts as a safety net for autonomous AI work. AI-generated PRs may have subtle errors or miss conventions that a review pass can catch before merging. + +## Special Handling +- PRs from `ai/` branches receive **extra scrutiny** per the agent instructions +- The `ai-pr-opened` label is not used to skip, only to signal elevated review caution + +## Related System +- issue-worker agent creates PRs with `ai-pr-opened` label +- pr-reviewer is a second, independent AI pass over that work