From afeaea8f5b6534db1636b16cee727ab9ba658dce Mon Sep 17 00:00:00 2001 From: GitHub CI Date: Mon, 6 Jul 2026 02:22:56 -0700 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20project=5Fboard=20=E2=86=92=20v0.3?= =?UTF-8?q?2.0=20(fail-closed=20review=20gate,=20ADR=200078=20A2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- protoagent.bundle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protoagent.bundle.yaml b/protoagent.bundle.yaml index 86dd096..1e27016 100644 --- a/protoagent.bundle.yaml +++ b/protoagent.bundle.yaml @@ -43,7 +43,7 @@ plugins: - { id: delegates, builtin: true } # ACP/A2A spawn spine — ships with protoAgent - { id: portfolio, url: https://github.com/protoLabsAI/portfolio-plugin, ref: v0.16.0 } # orchestrate + spawn teams - { id: github, url: https://github.com/protoLabsAI/github-plugin, ref: v0.1.3 } # file/triage issues + PRs across repos - - { id: project_board, url: https://github.com/protoLabsAI/projectBoard-plugin, ref: v0.31.0 } # installed-not-enabled: spawned teams' board + - { id: project_board, url: https://github.com/protoLabsAI/projectBoard-plugin, ref: v0.32.0 } # installed-not-enabled: spawned teams' board - { id: agent_browser, url: https://github.com/protoLabsAI/agent-browser-plugin, ref: v0.5.1 } # installed-not-enabled: spawned teams' browser # The PM runs the MANAGER tier: delegates + portfolio + github. project_board + From 047517bf60c73e605508bf78fb66c5164fc3d6d8 Mon Sep 17 00:00:00 2001 From: Josh Mabry Date: Mon, 6 Jul 2026 18:17:18 -0700 Subject: [PATCH 2/2] chore: verify pin set against core 0.95.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This pin set (portfolio v0.16.0, github v0.1.3, project_board v0.32.0, agent_browser v0.5.1) is deployed live on the roxy Portfolio Manager running protoAgent core 0.95.1 — manager tier loads clean (delegates + portfolio + github write), board v0.32.0 installed for spawned teams, coder runtime (proto + git) + protoContent write-clone ready. Bump verified_against 0.94.0 → 0.95.1. Co-Authored-By: Claude Opus 4.8 --- protoagent.bundle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protoagent.bundle.yaml b/protoagent.bundle.yaml index 1e27016..84fe79a 100644 --- a/protoagent.bundle.yaml +++ b/protoagent.bundle.yaml @@ -37,7 +37,7 @@ description: >- # The core version this exact pin set was last verified against (ADR 0049). The verify # workflow checks out this protoAgent ref for the smoke — bump on re-verify. -verified_against: 0.94.0 +verified_against: 0.95.1 plugins: - { id: delegates, builtin: true } # ACP/A2A spawn spine — ships with protoAgent