Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f5516cd
ci(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#321)
dependabot[bot] Jun 23, 2026
f71bdd2
chore(deps-dev): bump js-yaml from 4.2.0 to 5.0.0 (#322)
dependabot[bot] Jun 23, 2026
b1b1033
chore: release main (#323)
aidd-bot[bot] Jun 23, 2026
5aa9216
feat(skills): sync argument hints (#296)
alexsoyes Jun 19, 2026
dba017e
refactor(aidd-dev): redesign 01-plan into gather/explore/wireframe/pl…
alexsoyes Jun 19, 2026
80daf0d
docs(framework): add dominance checks to review and rules (#313)
alexsoyes Jun 20, 2026
0e88266
ci(framework): trigger Validate on next branch (#317)
blafourcade Jun 22, 2026
efbc759
feat(framework): add markdown link checker (#307)
alexsoyes Jun 22, 2026
a56792a
feat(aidd-ui): scaffold alpha plugin (0.1.0-alpha.0) (#319)
blafourcade Jun 22, 2026
06c1e93
chore(deps): target next instead of main for dependabot (#324)
blafourcade Jun 23, 2026
81115da
feat(aidd-vcs): add repo-init skill (init + publish a repository) (#269)
alexsoyes Jun 23, 2026
a42cc5b
docs(framework): unify change taxonomy into one source of truth (#325)
blafourcade Jun 23, 2026
2db0005
fix(aidd-vcs): sync pull-request skill contract with prefix routing (…
blafourcade Jun 23, 2026
bc69310
refactor(aidd-refine): align skills with skill contract (#327)
blafourcade Jun 24, 2026
7df7a34
refactor(framework): executor/checker agents + SDLC orchestration red…
blafourcade Jun 24, 2026
2c75d0d
feat(aidd-dev): route deletions to refactor cleanup with orphan sweep…
alexsoyes Jun 25, 2026
d3fe2ac
docs(aidd-context): unify and trim agent instruction template (#329)
alexsoyes Jun 26, 2026
dcc232a
refactor: conform remaining skills to the authoring contract (#334)
blafourcade Jun 29, 2026
f2a252b
refactor(aidd-context): dedupe project-memory templates and lighten a…
blafourcade Jun 30, 2026
a409d49
docs(onboard): brainstorm + validated plan for the onboard refactor
blafourcade Jun 30, 2026
c17d38c
feat(onboard): phase 1 — read-once loop with a session ledger
blafourcade Jun 30, 2026
2712c17
feat(onboard): phase 2 — foundation gate, skippable
blafourcade Jun 30, 2026
8ec202b
feat(onboard): phases 3-4 — capability map + project-adapted menu
blafourcade Jun 30, 2026
7bf212b
docs(onboard): refresh README for the snapshot+ledger+menu flow
blafourcade Jun 30, 2026
71e09ff
refactor(onboard): slim 03-act, drop colon from the description
blafourcade Jun 30, 2026
1407a9a
refactor(skills): forbid colon and em dash in descriptions, codify in R5
blafourcade Jun 30, 2026
2ba2443
chore: release main (#364)
aidd-bot[bot] Jun 30, 2026
0ed4cca
Merge remote-tracking branch 'origin/main' into reconcile/main-to-next
blafourcade Jun 30, 2026
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.0.3",
"version": "5.1.0",
"description": "Official plugin marketplace for the AI-Driven Development framework",
"owner": {
"name": "AI-Driven Dev"
Expand Down
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
".": "5.0.3",
"plugins/aidd-context": "2.0.1",
"plugins/aidd-dev": "2.0.0",
"plugins/aidd-vcs": "2.0.0",
"plugins/aidd-pm": "2.0.0",
"plugins/aidd-orchestrator": "2.0.0",
"plugins/aidd-refine": "2.0.0",
"plugins/aidd-ui": "0.1.0-alpha.0"
".": "5.1.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Preserve main as a parent of this back-merge

This copies the 5.1.0 release state, but c61886d is a single-parent commit (7ad6b65) rather than a merge that has the released main commit (2ba2443) as a parent. I checked the back-merge workflow in .github/workflows/back-merge.yml: its conflict path opens a PR from origin/main into next, so squashing that PR syncs the files while leaving main unmerged; as a result git diff 2ba2443...c61886d still shows the already-released batch instead of a no-op. Please land this as a real merge/non-squash back-merge so future promotions and back-merges have the correct merge base.

Useful? React with 👍 / 👎.

"plugins/aidd-context": "2.1.0",
"plugins/aidd-dev": "2.1.0",
"plugins/aidd-vcs": "2.1.0",
"plugins/aidd-pm": "2.1.0",
"plugins/aidd-orchestrator": "2.1.0",
"plugins/aidd-refine": "2.1.0",
"plugins/aidd-ui": "4.0.0"

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 release bundles

With aidd-ui now recorded as a released package, a release where paths_released contains plugins/aidd-ui will not publish its standalone plugin zip: I checked .github/workflows/ci.yml, and the build-plugin matrix only enumerates aidd-context, aidd-dev, aidd-vcs, aidd-pm, aidd-orchestrator, and aidd-refine. That leaves the aidd-ui-v4.0.0 release without the <plugin>-vX.Y.Z.zip artifact promised by the release workflow/docs, so users who install plugins from individual release bundles cannot get this newly released plugin.

Useful? React with 👍 / 👎.

}
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# Changelog

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


### Features

* **aidd-dev:** route deletions to refactor cleanup with orphan sweep ([#328](https://github.com/ai-driven-dev/framework/issues/328)) ([2c75d0d](https://github.com/ai-driven-dev/framework/commit/2c75d0d7924b1b249c25fc121091387f0c373a7f))
* **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))
* **aidd-vcs:** add repo-init skill (init + publish a repository) ([#269](https://github.com/ai-driven-dev/framework/issues/269)) ([81115da](https://github.com/ai-driven-dev/framework/commit/81115da3420f068ba81da8591dfff34555005680))
* **framework:** add markdown link checker ([#307](https://github.com/ai-driven-dev/framework/issues/307)) ([efbc759](https://github.com/ai-driven-dev/framework/commit/efbc75936211f3ffdd2d14815db6762b42261407))
* **onboard:** phase 1 — read-once loop with a session ledger ([c17d38c](https://github.com/ai-driven-dev/framework/commit/c17d38cd46b9d80ba8112687178433309b75e6b0))
* **onboard:** phase 2 — foundation gate, skippable ([2712c17](https://github.com/ai-driven-dev/framework/commit/2712c1764027fb1a42fa994805da756ec7c865cf))
* **onboard:** phases 3-4 — capability map + project-adapted menu ([8ec202b](https://github.com/ai-driven-dev/framework/commit/8ec202b796a3fb36191456c134cc42ea51d42497))
* **skills:** sync argument hints ([#296](https://github.com/ai-driven-dev/framework/issues/296)) ([5aa9216](https://github.com/ai-driven-dev/framework/commit/5aa92166cc80d74c79a1dab183224517c3fb1f49))


### Bug Fixes

* **aidd-vcs:** sync pull-request skill contract with prefix routing ([#326](https://github.com/ai-driven-dev/framework/issues/326)) ([2db0005](https://github.com/ai-driven-dev/framework/commit/2db0005400c821a96481e990e22bea40c404912e))


### Miscellaneous

* **deps:** target next instead of main for dependabot ([#324](https://github.com/ai-driven-dev/framework/issues/324)) ([06c1e93](https://github.com/ai-driven-dev/framework/commit/06c1e9315979cd043d45221e1177ef49b57ce262))


### Documentation

* **aidd-context:** unify and trim agent instruction template ([#329](https://github.com/ai-driven-dev/framework/issues/329)) ([d3fe2ac](https://github.com/ai-driven-dev/framework/commit/d3fe2ac4600858195300518cb2b5db9ab57bbc69))
* **framework:** add dominance checks to review and rules ([#313](https://github.com/ai-driven-dev/framework/issues/313)) ([80daf0d](https://github.com/ai-driven-dev/framework/commit/80daf0d5e6276417a1b61fadf63a3d5025d6fc32))
* **framework:** unify change taxonomy into one source of truth ([#325](https://github.com/ai-driven-dev/framework/issues/325)) ([a42cc5b](https://github.com/ai-driven-dev/framework/commit/a42cc5b1bd0018e964de64f8098f09769f70fda0))
* **onboard:** brainstorm + validated plan for the onboard refactor ([a409d49](https://github.com/ai-driven-dev/framework/commit/a409d49c05206538c78103b28655edd7dbae7b66))
* **onboard:** refresh README for the snapshot+ledger+menu flow ([7bf212b](https://github.com/ai-driven-dev/framework/commit/7bf212b586c6ca4a5c0b5a9f81ba95d0483e5a1b))


### Refactoring

* **aidd-context:** dedupe project-memory templates and lighten actions ([#347](https://github.com/ai-driven-dev/framework/issues/347)) ([f2a252b](https://github.com/ai-driven-dev/framework/commit/f2a252ba6f0129d17bb71802bc40bdcf121a63c3))
* **aidd-dev:** redesign 01-plan into gather/explore/wireframe/plan ([#271](https://github.com/ai-driven-dev/framework/issues/271)) ([dba017e](https://github.com/ai-driven-dev/framework/commit/dba017e8e4c6ef9bc80325791495f1b5fe8c350b)), closes [#292](https://github.com/ai-driven-dev/framework/issues/292) [#265](https://github.com/ai-driven-dev/framework/issues/265) [#276](https://github.com/ai-driven-dev/framework/issues/276)
* **aidd-refine:** align skills with skill contract ([#327](https://github.com/ai-driven-dev/framework/issues/327)) ([bc69310](https://github.com/ai-driven-dev/framework/commit/bc693100ce14d4ce6de0ebecaa7883e67bccef5d))
* 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))
* **framework:** executor/checker agents + SDLC orchestration redesign ([#314](https://github.com/ai-driven-dev/framework/issues/314)) ([7df7a34](https://github.com/ai-driven-dev/framework/commit/7df7a34dab251cd4190f76bb1cb031584bdea5bd))
* **onboard:** slim 03-act, drop colon from the description ([71e09ff](https://github.com/ai-driven-dev/framework/commit/71e09ff66962bb69adcd6285bf151e80fbd0dff1))
* **skills:** forbid colon and em dash in descriptions, codify in R5 ([1407a9a](https://github.com/ai-driven-dev/framework/commit/1407a9a996b4d705d8586512c533659d8c44d445))

## [5.0.3](https://github.com/ai-driven-dev/framework/compare/v5.0.2...v5.0.3) (2026-06-23)


Expand Down
2 changes: 1 addition & 1 deletion plugins/aidd-context/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "aidd-context",
"version": "2.0.1",
"version": "2.1.0",
"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",
Expand Down
26 changes: 26 additions & 0 deletions plugins/aidd-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [2.1.0](https://github.com/ai-driven-dev/framework/compare/aidd-context-v2.0.1...aidd-context-v2.1.0) (2026-06-30)


### Features

* **onboard:** phase 1 — read-once loop with a session ledger ([c17d38c](https://github.com/ai-driven-dev/framework/commit/c17d38cd46b9d80ba8112687178433309b75e6b0))
* **onboard:** phase 2 — foundation gate, skippable ([2712c17](https://github.com/ai-driven-dev/framework/commit/2712c1764027fb1a42fa994805da756ec7c865cf))
* **onboard:** phases 3-4 — capability map + project-adapted menu ([8ec202b](https://github.com/ai-driven-dev/framework/commit/8ec202b796a3fb36191456c134cc42ea51d42497))
* **skills:** sync argument hints ([#296](https://github.com/ai-driven-dev/framework/issues/296)) ([5aa9216](https://github.com/ai-driven-dev/framework/commit/5aa92166cc80d74c79a1dab183224517c3fb1f49))


### Documentation

* **aidd-context:** unify and trim agent instruction template ([#329](https://github.com/ai-driven-dev/framework/issues/329)) ([d3fe2ac](https://github.com/ai-driven-dev/framework/commit/d3fe2ac4600858195300518cb2b5db9ab57bbc69))
* **framework:** add dominance checks to review and rules ([#313](https://github.com/ai-driven-dev/framework/issues/313)) ([80daf0d](https://github.com/ai-driven-dev/framework/commit/80daf0d5e6276417a1b61fadf63a3d5025d6fc32))
* **onboard:** refresh README for the snapshot+ledger+menu flow ([7bf212b](https://github.com/ai-driven-dev/framework/commit/7bf212b586c6ca4a5c0b5a9f81ba95d0483e5a1b))


### Refactoring

* **aidd-context:** dedupe project-memory templates and lighten actions ([#347](https://github.com/ai-driven-dev/framework/issues/347)) ([f2a252b](https://github.com/ai-driven-dev/framework/commit/f2a252ba6f0129d17bb71802bc40bdcf121a63c3))
* 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))
* **framework:** executor/checker agents + SDLC orchestration redesign ([#314](https://github.com/ai-driven-dev/framework/issues/314)) ([7df7a34](https://github.com/ai-driven-dev/framework/commit/7df7a34dab251cd4190f76bb1cb031584bdea5bd))
* **onboard:** slim 03-act, drop colon from the description ([71e09ff](https://github.com/ai-driven-dev/framework/commit/71e09ff66962bb69adcd6285bf151e80fbd0dff1))
* **skills:** forbid colon and em dash in descriptions, codify in R5 ([1407a9a](https://github.com/ai-driven-dev/framework/commit/1407a9a996b4d705d8586512c533659d8c44d445))

## [2.0.1](https://github.com/ai-driven-dev/framework/compare/aidd-context-v2.0.0...aidd-context-v2.0.1) (2026-06-22)


Expand Down
2 changes: 1 addition & 1 deletion plugins/aidd-dev/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "aidd-dev",
"version": "2.0.0",
"version": "2.1.0",
"description": "Code transformation: Dev SDLC orchestrator (code-shipping pipeline), plan, assert, audit, review, test, refactor, debug, for-sure. Hosts engineering agents.",
"author": {
"name": "AI-Driven Dev",
Expand Down
21 changes: 21 additions & 0 deletions plugins/aidd-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [2.1.0](https://github.com/ai-driven-dev/framework/compare/aidd-dev-v2.0.0...aidd-dev-v2.1.0) (2026-06-30)


### Features

* **aidd-dev:** route deletions to refactor cleanup with orphan sweep ([#328](https://github.com/ai-driven-dev/framework/issues/328)) ([2c75d0d](https://github.com/ai-driven-dev/framework/commit/2c75d0d7924b1b249c25fc121091387f0c373a7f))
* **skills:** sync argument hints ([#296](https://github.com/ai-driven-dev/framework/issues/296)) ([5aa9216](https://github.com/ai-driven-dev/framework/commit/5aa92166cc80d74c79a1dab183224517c3fb1f49))


### Documentation

* **framework:** add dominance checks to review and rules ([#313](https://github.com/ai-driven-dev/framework/issues/313)) ([80daf0d](https://github.com/ai-driven-dev/framework/commit/80daf0d5e6276417a1b61fadf63a3d5025d6fc32))


### Refactoring

* **aidd-dev:** redesign 01-plan into gather/explore/wireframe/plan ([#271](https://github.com/ai-driven-dev/framework/issues/271)) ([dba017e](https://github.com/ai-driven-dev/framework/commit/dba017e8e4c6ef9bc80325791495f1b5fe8c350b)), closes [#292](https://github.com/ai-driven-dev/framework/issues/292) [#265](https://github.com/ai-driven-dev/framework/issues/265) [#276](https://github.com/ai-driven-dev/framework/issues/276)
* 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))
* **framework:** executor/checker agents + SDLC orchestration redesign ([#314](https://github.com/ai-driven-dev/framework/issues/314)) ([7df7a34](https://github.com/ai-driven-dev/framework/commit/7df7a34dab251cd4190f76bb1cb031584bdea5bd))
* **skills:** forbid colon and em dash in descriptions, codify in R5 ([1407a9a](https://github.com/ai-driven-dev/framework/commit/1407a9a996b4d705d8586512c533659d8c44d445))

## [2.0.0](https://github.com/ai-driven-dev/framework/compare/aidd-dev-v1.2.1...aidd-dev-v2.0.0) (2026-06-19)


Expand Down
2 changes: 1 addition & 1 deletion plugins/aidd-orchestrator/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "aidd-orchestrator",
"version": "2.0.0",
"version": "2.1.0",
"description": "Orchestration plugin. v1 use case: async development - turn ready issues into pull requests, then iterate on review feedback until a human takes over. Designed to host more orchestration use cases (refactoring, docs, audits) in future versions.",
"author": {
"name": "AI-Driven Dev",
Expand Down
13 changes: 13 additions & 0 deletions plugins/aidd-orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.1.0](https://github.com/ai-driven-dev/framework/compare/aidd-orchestrator-v2.0.0...aidd-orchestrator-v2.1.0) (2026-06-30)


### Features

* **skills:** sync argument hints ([#296](https://github.com/ai-driven-dev/framework/issues/296)) ([5aa9216](https://github.com/ai-driven-dev/framework/commit/5aa92166cc80d74c79a1dab183224517c3fb1f49))


### 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))
* **skills:** forbid colon and em dash in descriptions, codify in R5 ([1407a9a](https://github.com/ai-driven-dev/framework/commit/1407a9a996b4d705d8586512c533659d8c44d445))

## [2.0.0](https://github.com/ai-driven-dev/framework/compare/aidd-orchestrator-v1.0.3...aidd-orchestrator-v2.0.0) (2026-06-19)


Expand Down
2 changes: 1 addition & 1 deletion plugins/aidd-pm/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "aidd-pm",
"version": "2.0.0",
"version": "2.1.0",
"description": "Product management: ticket-info, user-stories, prd, spec",
"author": {
"name": "AI-Driven Dev",
Expand Down
14 changes: 14 additions & 0 deletions plugins/aidd-pm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.1.0](https://github.com/ai-driven-dev/framework/compare/aidd-pm-v2.0.0...aidd-pm-v2.1.0) (2026-06-30)


### Features

* **skills:** sync argument hints ([#296](https://github.com/ai-driven-dev/framework/issues/296)) ([5aa9216](https://github.com/ai-driven-dev/framework/commit/5aa92166cc80d74c79a1dab183224517c3fb1f49))


### Refactoring

* **aidd-dev:** redesign 01-plan into gather/explore/wireframe/plan ([#271](https://github.com/ai-driven-dev/framework/issues/271)) ([dba017e](https://github.com/ai-driven-dev/framework/commit/dba017e8e4c6ef9bc80325791495f1b5fe8c350b)), closes [#292](https://github.com/ai-driven-dev/framework/issues/292) [#265](https://github.com/ai-driven-dev/framework/issues/265) [#276](https://github.com/ai-driven-dev/framework/issues/276)
* 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))
* **framework:** executor/checker agents + SDLC orchestration redesign ([#314](https://github.com/ai-driven-dev/framework/issues/314)) ([7df7a34](https://github.com/ai-driven-dev/framework/commit/7df7a34dab251cd4190f76bb1cb031584bdea5bd))

## [2.0.0](https://github.com/ai-driven-dev/framework/compare/aidd-pm-v1.0.2...aidd-pm-v2.0.0) (2026-06-19)


Expand Down
2 changes: 1 addition & 1 deletion plugins/aidd-refine/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "aidd-refine",
"version": "2.0.0",
"version": "2.1.0",
"description": "Meta-cognition: refine input through brainstorming, refine output through challenge and condensed communication mode.",
"author": {
"name": "AI-Driven Dev",
Expand Down
14 changes: 14 additions & 0 deletions plugins/aidd-refine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.1.0](https://github.com/ai-driven-dev/framework/compare/aidd-refine-v2.0.0...aidd-refine-v2.1.0) (2026-06-30)


### Features

* **skills:** sync argument hints ([#296](https://github.com/ai-driven-dev/framework/issues/296)) ([5aa9216](https://github.com/ai-driven-dev/framework/commit/5aa92166cc80d74c79a1dab183224517c3fb1f49))


### Refactoring

* **aidd-dev:** redesign 01-plan into gather/explore/wireframe/plan ([#271](https://github.com/ai-driven-dev/framework/issues/271)) ([dba017e](https://github.com/ai-driven-dev/framework/commit/dba017e8e4c6ef9bc80325791495f1b5fe8c350b)), closes [#292](https://github.com/ai-driven-dev/framework/issues/292) [#265](https://github.com/ai-driven-dev/framework/issues/265) [#276](https://github.com/ai-driven-dev/framework/issues/276)
* **aidd-refine:** align skills with skill contract ([#327](https://github.com/ai-driven-dev/framework/issues/327)) ([bc69310](https://github.com/ai-driven-dev/framework/commit/bc693100ce14d4ce6de0ebecaa7883e67bccef5d))
* 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))

## [2.0.0](https://github.com/ai-driven-dev/framework/compare/aidd-refine-v1.1.2...aidd-refine-v2.0.0) (2026-06-19)


Expand Down
18 changes: 14 additions & 4 deletions plugins/aidd-ui/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "aidd-ui",
"version": "0.1.0-alpha.0",
"version": "4.0.0",

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 Keep the alpha UI plugin on its prerelease version

Changing the UI plugin manifest to 4.0.0 publishes it as a stable major version even though plugins/aidd-ui/README.md still says it is 0.1.0-alpha.0, not ready for use, and only a smoke-test scaffold. Because the same version is now in .release-please-manifest.json, future release-please runs will continue from 4.0.0, so correcting this later requires a downgrade/manual repair rather than a normal release; keep the manifest on the alpha version until the plugin is actually promoted.

Useful? React with 👍 / 👎.

"description": "ALPHA, not ready for use. UI and UX concern for the AI-Driven Development framework. Use when the user wants to design, review, or improve a frontend interface. Do NOT use for backend-only or non-UI tasks.",
"author": { "name": "AI-Driven Dev", "url": "https://github.com/ai-driven-dev" },
"skills": ["./skills/01-hello"],
"keywords": ["ui", "ux", "design", "frontend"],
"author": {
"name": "AI-Driven Dev",
"url": "https://github.com/ai-driven-dev"
},
"skills": [
"./skills/01-hello"
],
"keywords": [
"ui",
"ux",
"design",
"frontend"
],
"repository": "https://github.com/ai-driven-dev/framework",
"homepage": "https://ai-driven.dev",
"license": "MIT"
Expand Down
19 changes: 19 additions & 0 deletions plugins/aidd-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

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


### 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

* **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))


### 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))
2 changes: 1 addition & 1 deletion plugins/aidd-vcs/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "aidd-vcs",
"version": "2.0.0",
"version": "2.1.0",
"description": "External artifacts: repo-init, commit, pull-request, release-tag, issue-create",
"author": {
"name": "AI-Driven Dev",
Expand Down
Loading