From 42a46a05c8dad0363266c0659da094541d835a2f Mon Sep 17 00:00:00 2001 From: GitHub CI Date: Mon, 6 Jul 2026 00:40:44 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20project=5Fboard=20pin=20?= =?UTF-8?q?=E2=86=92=20v0.29.3=20(managed-git=20safety=20fix)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.29.3 force-disables `manage_git` on the board's scoped coder dispatch (projectBoard-plugin#69, delivery-loop plan M0): a `manage_git: true` delegate — exactly what the pm-stack team template now ships — would otherwise double-run the git lifecycle (adapter branch/commit/push/PR on top of the board's own), duplicating every feature's PR. With this pin a spawned team's board + managed-git coder coexist safely. 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 ebf32a8f..45348839 100644 --- a/protoagent.bundle.yaml +++ b/protoagent.bundle.yaml @@ -33,7 +33,7 @@ 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.2 } + - { id: project_board, url: https://github.com/protoLabsAI/projectBoard-plugin, ref: v0.29.3 } - { 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)