diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b7a45aac..47060545 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.1.1", + "version": "5.2.0", "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 67f46473..8a544153 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { - ".": "5.1.1", - "plugins/aidd-context": "2.1.0", - "plugins/aidd-dev": "2.1.0", + ".": "5.2.0", + "plugins/aidd-context": "2.1.1", + "plugins/aidd-dev": "2.2.0", "plugins/aidd-vcs": "2.1.0", - "plugins/aidd-pm": "2.1.0", + "plugins/aidd-pm": "2.1.1", "plugins/aidd-orchestrator": "2.1.0", "plugins/aidd-refine": "2.1.0", "plugins/aidd-ui": "0.1.0-alpha.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index cba88c57..f8805729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [5.2.0](https://github.com/ai-driven-dev/framework/compare/v5.1.1...v5.2.0) (2026-07-01) + + +### Features + +* **dev:** enforce the review report section set with a validator ([befe416](https://github.com/ai-driven-dev/framework/commit/befe416ae8dc36cdb0f49f546d2a194bfa5fb9a8)) + + +### Bug Fixes + +* **framework:** guarantee and report Claude agent copy on reload ([#375](https://github.com/ai-driven-dev/framework/issues/375)) ([2f37bab](https://github.com/ai-driven-dev/framework/commit/2f37babadcb9736f507a1a84d5745d1affdf9bae)) + + +### Refactoring + +* **framework:** strict anti-slop templates and review redesign ([153ba42](https://github.com/ai-driven-dev/framework/commit/153ba42faff9177c66ebb97de4ea8d7512fc5b85)) + ## [5.1.1](https://github.com/ai-driven-dev/framework/compare/v5.1.0...v5.1.1) (2026-06-30) diff --git a/plugins/aidd-context/.claude-plugin/plugin.json b/plugins/aidd-context/.claude-plugin/plugin.json index 953ee8f6..8ad15dbe 100644 --- a/plugins/aidd-context/.claude-plugin/plugin.json +++ b/plugins/aidd-context/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "aidd-context", - "version": "2.1.0", + "version": "2.1.1", "description": "Knowledge production: project bootstrap, project init, generation of context artifacts (skills, agents, rules, commands, hooks), mermaid diagrams, learn, explore, recipe how-to sheets", "author": { "name": "AI-Driven Dev", diff --git a/plugins/aidd-context/CHANGELOG.md b/plugins/aidd-context/CHANGELOG.md index 31e8f60c..9bb37952 100644 --- a/plugins/aidd-context/CHANGELOG.md +++ b/plugins/aidd-context/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.1](https://github.com/ai-driven-dev/framework/compare/aidd-context-v2.1.0...aidd-context-v2.1.1) (2026-07-01) + + +### Refactoring + +* **framework:** strict anti-slop templates and review redesign ([153ba42](https://github.com/ai-driven-dev/framework/commit/153ba42faff9177c66ebb97de4ea8d7512fc5b85)) + ## [2.1.0](https://github.com/ai-driven-dev/framework/compare/aidd-context-v2.0.1...aidd-context-v2.1.0) (2026-06-30) diff --git a/plugins/aidd-dev/.claude-plugin/plugin.json b/plugins/aidd-dev/.claude-plugin/plugin.json index d948ff54..0c6b1a38 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.1.0", + "version": "2.2.0", "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 28443e6e..ef8c2494 100644 --- a/plugins/aidd-dev/CHANGELOG.md +++ b/plugins/aidd-dev/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.2.0](https://github.com/ai-driven-dev/framework/compare/aidd-dev-v2.1.0...aidd-dev-v2.2.0) (2026-07-01) + + +### Features + +* **dev:** enforce the review report section set with a validator ([befe416](https://github.com/ai-driven-dev/framework/commit/befe416ae8dc36cdb0f49f546d2a194bfa5fb9a8)) + + +### Refactoring + +* **framework:** strict anti-slop templates and review redesign ([153ba42](https://github.com/ai-driven-dev/framework/commit/153ba42faff9177c66ebb97de4ea8d7512fc5b85)) + ## [2.1.0](https://github.com/ai-driven-dev/framework/compare/aidd-dev-v2.0.0...aidd-dev-v2.1.0) (2026-06-30) diff --git a/plugins/aidd-pm/.claude-plugin/plugin.json b/plugins/aidd-pm/.claude-plugin/plugin.json index ebb7557e..a8662a70 100644 --- a/plugins/aidd-pm/.claude-plugin/plugin.json +++ b/plugins/aidd-pm/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "aidd-pm", - "version": "2.1.0", + "version": "2.1.1", "description": "Product management: ticket-info, user-stories, prd, spec", "author": { "name": "AI-Driven Dev", diff --git a/plugins/aidd-pm/CHANGELOG.md b/plugins/aidd-pm/CHANGELOG.md index 4c24d54d..ce2caa78 100644 --- a/plugins/aidd-pm/CHANGELOG.md +++ b/plugins/aidd-pm/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.1](https://github.com/ai-driven-dev/framework/compare/aidd-pm-v2.1.0...aidd-pm-v2.1.1) (2026-07-01) + + +### Refactoring + +* **framework:** strict anti-slop templates and review redesign ([153ba42](https://github.com/ai-driven-dev/framework/commit/153ba42faff9177c66ebb97de4ea8d7512fc5b85)) + ## [2.1.0](https://github.com/ai-driven-dev/framework/compare/aidd-pm-v2.0.0...aidd-pm-v2.1.0) (2026-06-30)