diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 17675bc..a0e4f26 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": "4.4.2", "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 ae2cfdd..3342257 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "4.4.1", + ".": "4.4.2", "plugins/aidd-context": "1.1.2", "plugins/aidd-dev": "1.2.1", "plugins/aidd-vcs": "1.0.2", diff --git a/CHANGELOG.md b/CHANGELOG.md index 339dd80..2627ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.4.2](https://github.com/ai-driven-dev/aidd-framework/compare/v4.4.1...v4.4.2) (2026-06-06) + + +### 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)) + + +### 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)