From e19723d235201315dab443cca35c26db3ffebe3f Mon Sep 17 00:00:00 2001 From: "aidd-bot[bot]" <290648294+aidd-bot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 07:32:15 +0000 Subject: [PATCH] chore: release main --- .claude-plugin/marketplace.json | 2 +- .release-please-manifest.json | 14 +++++------ CHANGELOG.md | 24 +++++++++++++++++++ .../aidd-context/.claude-plugin/plugin.json | 2 +- plugins/aidd-context/CHANGELOG.md | 11 +++++++++ plugins/aidd-dev/.claude-plugin/plugin.json | 2 +- plugins/aidd-dev/CHANGELOG.md | 16 +++++++++++++ .../.claude-plugin/plugin.json | 2 +- plugins/aidd-orchestrator/CHANGELOG.md | 11 +++++++++ plugins/aidd-pm/.claude-plugin/plugin.json | 2 +- plugins/aidd-pm/CHANGELOG.md | 16 +++++++++++++ .../aidd-refine/.claude-plugin/plugin.json | 2 +- plugins/aidd-refine/CHANGELOG.md | 11 +++++++++ plugins/aidd-vcs/.claude-plugin/plugin.json | 2 +- plugins/aidd-vcs/CHANGELOG.md | 11 +++++++++ 15 files changed, 114 insertions(+), 14 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 17675bcc..40963cb2 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": "4.4.1", + "version": "5.0.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 ae2cfddf..9abfc873 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { - ".": "4.4.1", - "plugins/aidd-context": "1.1.2", - "plugins/aidd-dev": "1.2.1", - "plugins/aidd-vcs": "1.0.2", - "plugins/aidd-pm": "1.0.2", - "plugins/aidd-orchestrator": "1.0.3", - "plugins/aidd-refine": "1.1.2" + ".": "5.0.0", + "plugins/aidd-context": "2.0.0", + "plugins/aidd-dev": "2.0.0", + "plugins/aidd-vcs": "2.0.0", + "plugins/aidd-pm": "2.0.0", + "plugins/aidd-orchestrator": "2.0.0", + "plugins/aidd-refine": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 339dd80d..1043903f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [5.0.0](https://github.com/ai-driven-dev/aidd-framework/compare/v4.4.1...v5.0.0) (2026-06-12) + + +### ⚠ BREAKING CHANGES + +* **framework:** auto-routing is removed. Skills are now manual-invoke only; the prompt-to-skill routing hint no longer runs. + +### Features + +* **framework:** remove evals system end-to-end ([#261](https://github.com/ai-driven-dev/aidd-framework/issues/261)) ([9a3c1b8](https://github.com/ai-driven-dev/aidd-framework/commit/9a3c1b8237359842f3200683732bc73b825582f6)) + + +### Miscellaneous + +* **framework:** enable local AIDD plugins for repo dogfooding ([#247](https://github.com/ai-driven-dev/aidd-framework/issues/247)) ([3564872](https://github.com/ai-driven-dev/aidd-framework/commit/35648729b1de6981911c9409adda10408b351c38)) +* **framework:** stop shipping .mcp.json, recommend MCP servers in README ([#263](https://github.com/ai-driven-dev/aidd-framework/issues/263)) ([e602fa0](https://github.com/ai-driven-dev/aidd-framework/commit/e602fa0c8d49fbbd7d0b65f85a0d5122ee8d9c6c)) + + +### Documentation + +* **contributing:** local testing guide, PR template overhaul, and label guide ([#244](https://github.com/ai-driven-dev/aidd-framework/issues/244)) ([cc5c090](https://github.com/ai-driven-dev/aidd-framework/commit/cc5c090621eef446ae8ce714675f71e7c0bcf22d)) +* **framework:** add a human self-review attestation to the PR template ([#249](https://github.com/ai-driven-dev/aidd-framework/issues/249)) ([c3beb5d](https://github.com/ai-driven-dev/aidd-framework/commit/c3beb5d2a847608033ed6690ee2d91ff90c5d787)) +* **framework:** add plugin concern taxonomy and skill placement rules ([#248](https://github.com/ai-driven-dev/aidd-framework/issues/248)) ([c6b474f](https://github.com/ai-driven-dev/aidd-framework/commit/c6b474fe1ed76c34196a476967bd520abb4e7cdc)) + ## [4.4.1](https://github.com/ai-driven-dev/aidd-framework/compare/v4.4.0...v4.4.1) (2026-06-04) diff --git a/plugins/aidd-context/.claude-plugin/plugin.json b/plugins/aidd-context/.claude-plugin/plugin.json index f2b6fc1e..2cbd1248 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": "1.1.2", + "version": "2.0.0", "description": "Knowledge production: project bootstrap, project init, generation of Claude Code context artifacts (skills, agents, rules, commands, hooks, plugins, marketplaces), mermaid diagrams, learn, discovery", "author": { "name": "AI-Driven Dev", diff --git a/plugins/aidd-context/CHANGELOG.md b/plugins/aidd-context/CHANGELOG.md index 1077f074..e9341a3a 100644 --- a/plugins/aidd-context/CHANGELOG.md +++ b/plugins/aidd-context/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-context-v1.1.2...aidd-context-v2.0.0) (2026-06-12) + + +### ⚠ BREAKING CHANGES + +* **framework:** auto-routing is removed. Skills are now manual-invoke only; the prompt-to-skill routing hint no longer runs. + +### Features + +* **framework:** remove evals system end-to-end ([#261](https://github.com/ai-driven-dev/aidd-framework/issues/261)) ([9a3c1b8](https://github.com/ai-driven-dev/aidd-framework/commit/9a3c1b8237359842f3200683732bc73b825582f6)) + ## [1.1.2](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-context-v1.1.1...aidd-context-v1.1.2) (2026-06-04) diff --git a/plugins/aidd-dev/.claude-plugin/plugin.json b/plugins/aidd-dev/.claude-plugin/plugin.json index 8c4521cf..0147557c 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": "1.2.1", + "version": "2.0.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 d0d2f8f5..1ab98f2d 100644 --- a/plugins/aidd-dev/CHANGELOG.md +++ b/plugins/aidd-dev/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.0.0](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-dev-v1.2.1...aidd-dev-v2.0.0) (2026-06-12) + + +### ⚠ BREAKING CHANGES + +* **framework:** auto-routing is removed. Skills are now manual-invoke only; the prompt-to-skill routing hint no longer runs. + +### Features + +* **framework:** remove evals system end-to-end ([#261](https://github.com/ai-driven-dev/aidd-framework/issues/261)) ([9a3c1b8](https://github.com/ai-driven-dev/aidd-framework/commit/9a3c1b8237359842f3200683732bc73b825582f6)) + + +### Miscellaneous + +* **framework:** stop shipping .mcp.json, recommend MCP servers in README ([#263](https://github.com/ai-driven-dev/aidd-framework/issues/263)) ([e602fa0](https://github.com/ai-driven-dev/aidd-framework/commit/e602fa0c8d49fbbd7d0b65f85a0d5122ee8d9c6c)) + ## [1.2.1](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-dev-v1.2.0...aidd-dev-v1.2.1) (2026-06-04) diff --git a/plugins/aidd-orchestrator/.claude-plugin/plugin.json b/plugins/aidd-orchestrator/.claude-plugin/plugin.json index bdc6b57d..71c2b277 100644 --- a/plugins/aidd-orchestrator/.claude-plugin/plugin.json +++ b/plugins/aidd-orchestrator/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "aidd-orchestrator", - "version": "1.0.3", + "version": "2.0.0", "description": "Orchestration plugin. v1 use case: async development - turn ready issues into pull requests, then iterate on review feedback until a human takes over. Designed to host more orchestration use cases (refactoring, docs, audits) in future versions.", "author": { "name": "AI-Driven Dev", diff --git a/plugins/aidd-orchestrator/CHANGELOG.md b/plugins/aidd-orchestrator/CHANGELOG.md index bdbeb32d..ff259889 100644 --- a/plugins/aidd-orchestrator/CHANGELOG.md +++ b/plugins/aidd-orchestrator/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-orchestrator-v1.0.3...aidd-orchestrator-v2.0.0) (2026-06-12) + + +### ⚠ BREAKING CHANGES + +* **framework:** auto-routing is removed. Skills are now manual-invoke only; the prompt-to-skill routing hint no longer runs. + +### Features + +* **framework:** remove evals system end-to-end ([#261](https://github.com/ai-driven-dev/aidd-framework/issues/261)) ([9a3c1b8](https://github.com/ai-driven-dev/aidd-framework/commit/9a3c1b8237359842f3200683732bc73b825582f6)) + ## [1.0.3](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-orchestrator-v1.0.2...aidd-orchestrator-v1.0.3) (2026-06-03) diff --git a/plugins/aidd-pm/.claude-plugin/plugin.json b/plugins/aidd-pm/.claude-plugin/plugin.json index 88dc3966..fc1ea064 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": "1.0.2", + "version": "2.0.0", "description": "Product management: ticket-info, user-stories-create, prd, spec", "author": { "name": "AI-Driven Dev", diff --git a/plugins/aidd-pm/CHANGELOG.md b/plugins/aidd-pm/CHANGELOG.md index 3b831e39..008fc797 100644 --- a/plugins/aidd-pm/CHANGELOG.md +++ b/plugins/aidd-pm/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.0.0](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-pm-v1.0.2...aidd-pm-v2.0.0) (2026-06-12) + + +### ⚠ BREAKING CHANGES + +* **framework:** auto-routing is removed. Skills are now manual-invoke only; the prompt-to-skill routing hint no longer runs. + +### Features + +* **framework:** remove evals system end-to-end ([#261](https://github.com/ai-driven-dev/aidd-framework/issues/261)) ([9a3c1b8](https://github.com/ai-driven-dev/aidd-framework/commit/9a3c1b8237359842f3200683732bc73b825582f6)) + + +### Miscellaneous + +* **framework:** stop shipping .mcp.json, recommend MCP servers in README ([#263](https://github.com/ai-driven-dev/aidd-framework/issues/263)) ([e602fa0](https://github.com/ai-driven-dev/aidd-framework/commit/e602fa0c8d49fbbd7d0b65f85a0d5122ee8d9c6c)) + ## [1.0.2](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-pm-v1.0.1...aidd-pm-v1.0.2) (2026-06-03) diff --git a/plugins/aidd-refine/.claude-plugin/plugin.json b/plugins/aidd-refine/.claude-plugin/plugin.json index f5653a35..a33bc181 100644 --- a/plugins/aidd-refine/.claude-plugin/plugin.json +++ b/plugins/aidd-refine/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "aidd-refine", - "version": "1.1.2", + "version": "2.0.0", "description": "Meta-cognition: refine input through brainstorming, refine output through challenge and condensed communication mode.", "author": { "name": "AI-Driven Dev", diff --git a/plugins/aidd-refine/CHANGELOG.md b/plugins/aidd-refine/CHANGELOG.md index d5500f53..d8582179 100644 --- a/plugins/aidd-refine/CHANGELOG.md +++ b/plugins/aidd-refine/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-refine-v1.1.2...aidd-refine-v2.0.0) (2026-06-12) + + +### ⚠ BREAKING CHANGES + +* **framework:** auto-routing is removed. Skills are now manual-invoke only; the prompt-to-skill routing hint no longer runs. + +### Features + +* **framework:** remove evals system end-to-end ([#261](https://github.com/ai-driven-dev/aidd-framework/issues/261)) ([9a3c1b8](https://github.com/ai-driven-dev/aidd-framework/commit/9a3c1b8237359842f3200683732bc73b825582f6)) + ## [1.1.2](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-refine-v1.1.1...aidd-refine-v1.1.2) (2026-06-03) diff --git a/plugins/aidd-vcs/.claude-plugin/plugin.json b/plugins/aidd-vcs/.claude-plugin/plugin.json index 148e4001..525ad007 100644 --- a/plugins/aidd-vcs/.claude-plugin/plugin.json +++ b/plugins/aidd-vcs/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "aidd-vcs", - "version": "1.0.2", + "version": "2.0.0", "description": "External artifacts: commit, pull-request, release-tag, issue-create", "author": { "name": "AI-Driven Dev", diff --git a/plugins/aidd-vcs/CHANGELOG.md b/plugins/aidd-vcs/CHANGELOG.md index 1f44b785..21185719 100644 --- a/plugins/aidd-vcs/CHANGELOG.md +++ b/plugins/aidd-vcs/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-vcs-v1.0.2...aidd-vcs-v2.0.0) (2026-06-12) + + +### ⚠ BREAKING CHANGES + +* **framework:** auto-routing is removed. Skills are now manual-invoke only; the prompt-to-skill routing hint no longer runs. + +### Features + +* **framework:** remove evals system end-to-end ([#261](https://github.com/ai-driven-dev/aidd-framework/issues/261)) ([9a3c1b8](https://github.com/ai-driven-dev/aidd-framework/commit/9a3c1b8237359842f3200683732bc73b825582f6)) + ## [1.0.2](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-vcs-v1.0.1...aidd-vcs-v1.0.2) (2026-06-03)