From f1848a62b8ec6201a9732d741269d7b4195f19a3 Mon Sep 17 00:00:00 2001 From: "aidd-bot[bot]" <290648294+aidd-bot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:31:03 +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 8c30bfc3..5f45e16d 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.0", + "version": "5.4.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 4a0c4ad1..9a1fca6d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "5.4.0", - "plugins/aidd-context": "2.3.0", + ".": "5.4.1", + "plugins/aidd-context": "2.3.1", "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 336564f8..d51c6dab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.4.1](https://github.com/ai-driven-dev/framework/compare/v5.4.0...v5.4.1) (2026-07-10) + + +### Bug Fixes + +* **aidd-context:** onboard shows the stack, and its keys are pressable ([#428](https://github.com/ai-driven-dev/framework/issues/428)) ([3719204](https://github.com/ai-driven-dev/framework/commit/371920437cd931feab0ba9e3f889f7b3df8028f0)) + ## [5.4.0](https://github.com/ai-driven-dev/framework/compare/v5.3.1...v5.4.0) (2026-07-10) diff --git a/plugins/aidd-context/.claude-plugin/plugin.json b/plugins/aidd-context/.claude-plugin/plugin.json index 9a5162ef..939ec352 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.0", + "version": "2.3.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 bd27f76c..4bf6d59b 100644 --- a/plugins/aidd-context/CHANGELOG.md +++ b/plugins/aidd-context/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/ai-driven-dev/framework/compare/aidd-context-v2.3.0...aidd-context-v2.3.1) (2026-07-10) + + +### Bug Fixes + +* **aidd-context:** onboard shows the stack, and its keys are pressable ([#428](https://github.com/ai-driven-dev/framework/issues/428)) ([3719204](https://github.com/ai-driven-dev/framework/commit/371920437cd931feab0ba9e3f889f7b3df8028f0)) + ## [2.3.0](https://github.com/ai-driven-dev/framework/compare/aidd-context-v2.2.0...aidd-context-v2.3.0) (2026-07-10)