From af861fb2d82e0b66553af239e901087071511909 Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 5 Jul 2026 22:41:23 -0700 Subject: [PATCH] chore: bump project_board v0.19.0 -> v0.29.2 + re-verify against core 0.93.1 project_board was 10 minors behind; verified_against 0.66.0 was far behind current core. agent_browser v0.5.1 already current. Co-Authored-By: Claude Opus 4.8 --- protoagent.bundle.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protoagent.bundle.yaml b/protoagent.bundle.yaml index 44510849b..ebf32a8fa 100644 --- a/protoagent.bundle.yaml +++ b/protoagent.bundle.yaml @@ -29,11 +29,11 @@ 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.66.0 +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.19.0 } + - { id: project_board, url: https://github.com/protoLabsAI/projectBoard-plugin, ref: v0.29.2 } - { 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)