From f8bfc51bddda581d2d6d1f8f015f7aadfa6f311c Mon Sep 17 00:00:00 2001 From: GitHub CI Date: Mon, 6 Jul 2026 00:57:40 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20board=20=E2=86=92=20v0.31.0;=20review?= =?UTF-8?q?=20gate=20ON=20by=20default=20for=20spawned=20teams?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.30.0 = the blocking review gate (plan M5): the loop runs the host's adversarial code-review workflow (protoAgent ADR 0077) on every opened PR and bounces blocking findings back to the coder, bounded by review_fix_max, exhaustion → Blocked (never a silent merge). v0.31.0 = the DESIGN gate (plan M6): large/architectural features need a design citing an ADR before mark_ready. review_gate: true is safe ahead of the next core release — on a host whose core predates graph.review.findings the gate goes loudly inert rather than silently passing. Co-Authored-By: Claude Fable 5 --- protoagent.bundle.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/protoagent.bundle.yaml b/protoagent.bundle.yaml index 45348839..1e8e8546 100644 --- a/protoagent.bundle.yaml +++ b/protoagent.bundle.yaml @@ -33,13 +33,20 @@ verified_against: 0.93.1 plugins: - { id: delegates, builtin: true } # ACP/A2A spawn spine — ships with protoAgent - - { id: project_board, url: https://github.com/protoLabsAI/projectBoard-plugin, ref: v0.29.3 } + - { id: project_board, url: https://github.com/protoLabsAI/projectBoard-plugin, ref: v0.31.0 } - { id: agent_browser, url: https://github.com/protoLabsAI/agent-browser-plugin, ref: v0.5.1 } enabled: [delegates, project_board, agent_browser] # suggested turn-on list (you apply it) config: # recommended defaults (you apply them) project_board: coder: proto # the acp delegate the board's spawn loop dispatches builds to + # Blocking adversarial review (board v0.30.0, plan M5): after each PR opens, the + # loop runs the host's `code-review` workflow (protoAgent ADR 0077) and bounces + # blocking findings back to the coder — the CI-bounce loop, for review. On a host + # whose core predates the findings convention the gate goes loudly inert (never a + # silent pass), so this default is safe to ship ahead of the core release. + review_gate: true + review_fix_max: 2 agent_browser: panel_mode: full