From 83642df279896a218613fd39733a1d4931eddd11 Mon Sep 17 00:00:00 2001 From: Oliver Wolff <23139298+cuioss@users.noreply.github.com> Date: Sun, 26 Jul 2026 10:08:00 +0200 Subject: [PATCH] chore(config): enable pr-agent in the review pipeline, drop retired gemini The pilot (#104) added the reviewer workflow but left enabled_bots untouched, so PR-Agent reviews would be posted and never ingested. Adds pr-agent so the finalize pipeline files them as pr-comment findings under bot_kind: pr-agent. Gemini goes in the same edit: its consumer tier was retired 2026-07-17, so the entry only made finalize wait for a bot that can never post. Net bot count is unchanged, so the wait budget does not grow. Matches plan-marshall and TokenSheriff. Co-Authored-By: Claude --- .plan/marshal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.plan/marshal.json b/.plan/marshal.json index 8a48c6ab..2c4f96db 100644 --- a/.plan/marshal.json +++ b/.plan/marshal.json @@ -103,7 +103,7 @@ "lane": "minimal" }, "plan-marshall:automatic-review": { - "enabled_bots": "coderabbit,sourcery,gemini", + "enabled_bots": "coderabbit,sourcery,pr-agent", "review_bot_buffer_seconds": 180, "review_completion_poll_timeout_seconds": 600, "re_review_on_loopback": false,