From ed96931bf080be40a1a5244a674c2091c4592e9d Mon Sep 17 00:00:00 2001 From: "aidd-bot[bot]" <290648294+aidd-bot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:25:56 +0000 Subject: [PATCH] chore: release main --- .claude-plugin/marketplace.json | 2 +- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 7 +++++++ plugins/aidd-context/.claude-plugin/plugin.json | 2 +- plugins/aidd-context/CHANGELOG.md | 7 +++++++ 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 5f45e16d..8016ec18 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.4.1", + "version": "5.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 9a1fca6d..c93e7eb6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "5.4.1", - "plugins/aidd-context": "2.3.1", + ".": "5.4.2", + "plugins/aidd-context": "2.3.2", "plugins/aidd-dev": "2.3.1", "plugins/aidd-vcs": "2.2.1", "plugins/aidd-pm": "2.2.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index d51c6dab..2ee69d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.4.2](https://github.com/ai-driven-dev/framework/compare/v5.4.1...v5.4.2) (2026-07-13) + + +### Documentation + +* **vcs:** add commit cycle guidelines for AI auto commits ([#397](https://github.com/ai-driven-dev/framework/issues/397)) ([5a70cce](https://github.com/ai-driven-dev/framework/commit/5a70cce7ab2aee9ea29953b5bc1711f6025a2ef0)) + ## [5.4.1](https://github.com/ai-driven-dev/framework/compare/v5.4.0...v5.4.1) (2026-07-10) diff --git a/plugins/aidd-context/.claude-plugin/plugin.json b/plugins/aidd-context/.claude-plugin/plugin.json index 939ec352..f4e9ebfc 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.3.1", + "version": "2.3.2", "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 4bf6d59b..f9140f01 100644 --- a/plugins/aidd-context/CHANGELOG.md +++ b/plugins/aidd-context/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.2](https://github.com/ai-driven-dev/framework/compare/aidd-context-v2.3.1...aidd-context-v2.3.2) (2026-07-13) + + +### Documentation + +* **vcs:** add commit cycle guidelines for AI auto commits ([#397](https://github.com/ai-driven-dev/framework/issues/397)) ([5a70cce](https://github.com/ai-driven-dev/framework/commit/5a70cce7ab2aee9ea29953b5bc1711f6025a2ef0)) + ## [2.3.1](https://github.com/ai-driven-dev/framework/compare/aidd-context-v2.3.0...aidd-context-v2.3.1) (2026-07-10)