Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-marketplace.json",
"name": "aidd-framework",
"version": "5.5.5",
"version": "5.5.6",
"description": "Official plugin marketplace for the AI-Driven Development framework",
"owner": {
"name": "AI-Driven Dev"
Expand Down
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
".": "5.5.5",
".": "5.5.6",
"plugins/aidd-context": "2.4.1",
"plugins/aidd-dev": "2.3.1",
"plugins/aidd-vcs": "2.2.1",
"plugins/aidd-pm": "2.2.1",
"plugins/aidd-orchestrator": "2.1.1",
"plugins/aidd-refine": "2.2.1",
"plugins/aidd-ui": "0.2.1-alpha.0",
"cli": "5.1.4"
"cli": "5.1.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.5.6](https://github.com/ai-driven-dev/framework/compare/v5.5.5...v5.5.6) (2026-07-22)


### Bug Fixes

* **docs:** resolve real broken markdown links, drop temporary link-check excludes ([#500](https://github.com/ai-driven-dev/framework/issues/500)) ([c6103e6](https://github.com/ai-driven-dev/framework/commit/c6103e636ede5c66667fd0e6ebe9eccee87a6e3d))

## [5.5.5](https://github.com/ai-driven-dev/framework/compare/v5.5.4...v5.5.5) (2026-07-22)


Expand Down
7 changes: 7 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.1.5](https://github.com/ai-driven-dev/framework/compare/cli-v5.1.4...cli-v5.1.5) (2026-07-22)


### Bug Fixes

* **docs:** resolve real broken markdown links, drop temporary link-check excludes ([#500](https://github.com/ai-driven-dev/framework/issues/500)) ([c6103e6](https://github.com/ai-driven-dev/framework/commit/c6103e636ede5c66667fd0e6ebe9eccee87a6e3d))

## [5.1.4](https://github.com/ai-driven-dev/framework/compare/cli-v5.1.3...cli-v5.1.4) (2026-07-22)


Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-driven-dev/cli",
"version": "5.1.4",
"version": "5.1.5",
"description": "AI-Driven Development CLI — install AI tool configs and plugins from the AIDD marketplace",
"license": "MIT",
"keywords": [
Expand Down
Loading