From dc2edd9bf07ec9b87c3c5bc1f36aa6de414d7581 Mon Sep 17 00:00:00 2001 From: GitHub CI Date: Mon, 6 Jul 2026 00:42:53 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20project=5Fboard=20=E2=86=92=20v0.29.3?= =?UTF-8?q?=20(managed-git=20safety=20fix,=20plan=20M0)?= 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) — on ≤v0.29.2 a manage_git:true team coder gets a second full git lifecycle from the adapter and every feature ships duplicate branches/PRs. 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 cc6f80e..fe4c635 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.29.2 } # installed-not-enabled: spawned teams' board + - { id: project_board, url: https://github.com/protoLabsAI/projectBoard-plugin, ref: v0.29.3 } # 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 +