From 1ec8123e0d0b94a2110cb029c023d2e6471afd11 Mon Sep 17 00:00:00 2001 From: Josh Mabry Date: Fri, 12 Jun 2026 23:41:18 -0700 Subject: [PATCH] chore: release v0.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Coding-orchestration hardening since v0.2.0 — resilience, parallel-correctness, and PR reconciliation (#4–#13). See the GitHub release notes for the full changelog. Co-Authored-By: Claude Fable 5 --- protoagent.plugin.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protoagent.plugin.yaml b/protoagent.plugin.yaml index 9de682d..b6d9e38 100644 --- a/protoagent.plugin.yaml +++ b/protoagent.plugin.yaml @@ -1,6 +1,6 @@ id: project_board name: Project Board (coding orchestration) -version: 0.3.0 +version: 0.4.0 description: >- A board-driven coding-orchestration plugin: a lean 6-state board (backlog → ready → in_progress → in_review → done, + a blocked flag) backed by **beads** (`br`), an diff --git a/pyproject.toml b/pyproject.toml index f58040c..0267f88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "project-board" -version = "0.3.0" +version = "0.4.0" description = "Board-driven coding-orchestration plugin for protoAgent (beads board + ACP spawn loop + planning layer + console view)." requires-python = ">=3.11"