From fbc2fa0713323b949f707339fa95cc0c4ffe7f11 Mon Sep 17 00:00:00 2001 From: cuioss oliver <23139298+cuioss@users.noreply.github.com> Date: Wed, 29 Jul 2026 17:42:01 +0200 Subject: [PATCH] chore(steward): reconcile marshal.json for plan-marshall 0.1.1261 Post-upgrade reconciliation from /marshall-steward upgrade: - Replace the retired enabled_bots knob with the required_bots / optional_bots split on plan-marshall:automatic-review. CodeRabbit and PR-Agent are required (their silence gates the merge); Sourcery is optional (ingested and reported, never gating). - Record bot_lists_provenance=answered so the operator decision is not re-asked on the next steward entry. - Re-stamp system.provisioned_version to 0.1.1261 and refresh the config seed fingerprint. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01GX5wDYSTCPQK6VptmWibza --- .plan/marshal.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.plan/marshal.json b/.plan/marshal.json index 85c1e668..7a38bb43 100644 --- a/.plan/marshal.json +++ b/.plan/marshal.json @@ -103,7 +103,6 @@ "lane": "minimal" }, "plan-marshall:automatic-review": { - "enabled_bots": "coderabbit,sourcery,pr-agent", "review_bot_buffer_seconds": 180, "review_completion_poll_timeout_seconds": 600, "re_review_on_loopback": false, @@ -112,7 +111,10 @@ "re_review_on_timeout": "ask", "review_rate_window_await": false, "review_rate_window_timeout_seconds": 3600, - "lane": "auto" + "lane": "auto", + "required_bots": "coderabbit,pr-agent", + "optional_bots": "sourcery", + "bot_lists_provenance": "answered" }, "default:sonar-roundtrip": { "touched_file_cleanup": "new_code_only", @@ -303,7 +305,7 @@ "plugin_cache_keep_versions": 5, "plugin_cache_keep_days": 3 }, - "provisioned_version": "0.1.1246", - "config_seed_fingerprint": "120d376a" + "provisioned_version": "0.1.1261", + "config_seed_fingerprint": "ccb21c71" } }