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.1.0",
"version": "5.1.1",
"description": "Official plugin marketplace for the AI-Driven Development framework",
"owner": {
"name": "AI-Driven Dev"
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "5.1.0",
".": "5.1.1",
"plugins/aidd-context": "2.1.0",
"plugins/aidd-dev": "2.1.0",
"plugins/aidd-vcs": "2.1.0",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.1.1](https://github.com/ai-driven-dev/framework/compare/v5.1.0...v5.1.1) (2026-06-30)


### Miscellaneous

* **aidd-ui:** reset version to 0.1.0-alpha.0 ([726a8a0](https://github.com/ai-driven-dev/framework/commit/726a8a04ac692616915c65160e5d255c14ef2ea1))

## [5.1.0](https://github.com/ai-driven-dev/framework/compare/v5.0.3...v5.1.0) (2026-06-30)


Expand Down
22 changes: 22 additions & 0 deletions plugins/aidd-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# Changelog

## [0.1.0-alpha.0](https://github.com/ai-driven-dev/framework/compare/aidd-ui-v0.1.0-alpha.0...aidd-ui-v0.1.0-alpha.0) (2026-06-30)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include aidd-ui in plugin artifact uploads

This new aidd-ui package release will not get the standalone plugin zip that the release workflow attaches for other plugin releases: I checked .github/workflows/ci.yml and the build-plugin matrix only iterates aidd-context, aidd-dev, aidd-vcs, aidd-pm, aidd-orchestrator, and aidd-refine, so even when paths_released contains plugins/aidd-ui the job never runs the gh release upload step for aidd-ui-v0.1.0-alpha.0. Add aidd-ui to that matrix or avoid creating this plugin release.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove the release-as pin after this cut

This section shows the forced aidd-ui 0.1.0-alpha.0 release has now shipped, but release-please-config.json still pins plugins/aidd-ui with release-as: 0.1.0-alpha.0 even though docs/RELEASE.md says to remove pins after the release. With the pin left in place, the next aidd-ui change will be proposed/released as the already-used tag instead of the next prerelease, blocking or corrupting subsequent aidd-ui releases.

Useful? React with 👍 / 👎.



### Features

* **aidd-ui:** scaffold alpha plugin (0.1.0-alpha.0) ([#319](https://github.com/ai-driven-dev/framework/issues/319)) ([a56792a](https://github.com/ai-driven-dev/framework/commit/a56792afb6584ba17115011721823a2439fb7759))


### Miscellaneous

* **aidd-ui:** reset version to 0.1.0-alpha.0 ([726a8a0](https://github.com/ai-driven-dev/framework/commit/726a8a04ac692616915c65160e5d255c14ef2ea1))
* **framework:** release as 4.0.0 ([5b0fc9d](https://github.com/ai-driven-dev/framework/commit/5b0fc9d9116e37abe7ef5dbb5d06438f607475e8))
* **framework:** trigger ci recheck after history rewrite ([391760e](https://github.com/ai-driven-dev/framework/commit/391760e19eb69fe80e098c3aefc3c527cda2169a))
* release main ([#364](https://github.com/ai-driven-dev/framework/issues/364)) ([2ba2443](https://github.com/ai-driven-dev/framework/commit/2ba24431b2f0fb0c3b8c92061d1c505a601d34f8))


### Refactoring

* conform remaining skills to the authoring contract ([#334](https://github.com/ai-driven-dev/framework/issues/334)) ([dcc232a](https://github.com/ai-driven-dev/framework/commit/dcc232a5a7a7bcdf0c477b36399fd4d412685022))

## Changelog
Loading