From 9aad6f894343707bdd0833585cd4ded9c83ce134 Mon Sep 17 00:00:00 2001 From: "aidd-bot[bot]" <290648294+aidd-bot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:48:53 +0000 Subject: [PATCH] chore: release main --- .claude-plugin/marketplace.json | 2 +- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 9 +++++++++ plugins/aidd-dev/.claude-plugin/plugin.json | 2 +- plugins/aidd-dev/CHANGELOG.md | 9 +++++++++ 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 47060545..17e11cd0 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-marketplace.json", "name": "aidd-framework", - "version": "5.2.0", + "version": "5.2.1", "description": "Official plugin marketplace for the AI-Driven Development framework", "owner": { "name": "AI-Driven Dev" diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8a544153..adecfbeb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "5.2.0", + ".": "5.2.1", "plugins/aidd-context": "2.1.1", - "plugins/aidd-dev": "2.2.0", + "plugins/aidd-dev": "2.2.1", "plugins/aidd-vcs": "2.1.0", "plugins/aidd-pm": "2.1.1", "plugins/aidd-orchestrator": "2.1.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index f8805729..7793b777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.2.1](https://github.com/ai-driven-dev/framework/compare/v5.2.0...v5.2.1) (2026-07-01) + + +### Bug Fixes + +* **dev:** close review report contract gaps ([29d99c6](https://github.com/ai-driven-dev/framework/commit/29d99c68f8b519a6d0a828005feb76fc1a0034e8)) +* **dev:** critical functional severity and skipped-axis visibility ([810be09](https://github.com/ai-driven-dev/framework/commit/810be0978023509d8742af59d1967436d4d653d8)) +* **dev:** make functional findings and verdict rules consistent ([4c0ac84](https://github.com/ai-driven-dev/framework/commit/4c0ac845ec4d6ab3793a604bc61f52a5e237b742)) + ## [5.2.0](https://github.com/ai-driven-dev/framework/compare/v5.1.1...v5.2.0) (2026-07-01) diff --git a/plugins/aidd-dev/.claude-plugin/plugin.json b/plugins/aidd-dev/.claude-plugin/plugin.json index 0c6b1a38..fca54357 100644 --- a/plugins/aidd-dev/.claude-plugin/plugin.json +++ b/plugins/aidd-dev/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "aidd-dev", - "version": "2.2.0", + "version": "2.2.1", "description": "Code transformation: Dev SDLC orchestrator (code-shipping pipeline), plan, assert, audit, review, test, refactor, debug, for-sure. Hosts engineering agents.", "author": { "name": "AI-Driven Dev", diff --git a/plugins/aidd-dev/CHANGELOG.md b/plugins/aidd-dev/CHANGELOG.md index ef8c2494..b7bddc38 100644 --- a/plugins/aidd-dev/CHANGELOG.md +++ b/plugins/aidd-dev/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.2.1](https://github.com/ai-driven-dev/framework/compare/aidd-dev-v2.2.0...aidd-dev-v2.2.1) (2026-07-01) + + +### Bug Fixes + +* **dev:** close review report contract gaps ([29d99c6](https://github.com/ai-driven-dev/framework/commit/29d99c68f8b519a6d0a828005feb76fc1a0034e8)) +* **dev:** critical functional severity and skipped-axis visibility ([810be09](https://github.com/ai-driven-dev/framework/commit/810be0978023509d8742af59d1967436d4d653d8)) +* **dev:** make functional findings and verdict rules consistent ([4c0ac84](https://github.com/ai-driven-dev/framework/commit/4c0ac845ec4d6ab3793a604bc61f52a5e237b742)) + ## [2.2.0](https://github.com/ai-driven-dev/framework/compare/aidd-dev-v2.1.0...aidd-dev-v2.2.0) (2026-07-01)