diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index c67c9582..8c30bfc3 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.3.1", + "version": "5.4.0", "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 0edab4c7..4a0c4ad1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,10 +1,10 @@ { - ".": "5.3.1", - "plugins/aidd-context": "2.2.0", - "plugins/aidd-dev": "2.3.0", - "plugins/aidd-vcs": "2.2.0", - "plugins/aidd-pm": "2.2.0", - "plugins/aidd-orchestrator": "2.1.0", - "plugins/aidd-refine": "2.2.0", - "plugins/aidd-ui": "0.1.0-alpha.0" + ".": "5.4.0", + "plugins/aidd-context": "2.3.0", + "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.0-alpha.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a55d2f..336564f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [5.4.0](https://github.com/ai-driven-dev/framework/compare/v5.3.1...v5.4.0) (2026-07-10) + + +### Features + +* **aidd-context:** rebuild onboard as a token-lean guided tutorial ([#425](https://github.com/ai-driven-dev/framework/issues/425)) ([5038985](https://github.com/ai-driven-dev/framework/commit/5038985fbda2f52a3066732d2e19df83b6e79cc1)) +* **hooks:** base new worktrees on next ([#402](https://github.com/ai-driven-dev/framework/issues/402)) ([70d8046](https://github.com/ai-driven-dev/framework/commit/70d8046a0946677309274a5452fd940988c5d961)) + + +### Miscellaneous + +* **commitlint:** declare the aidd-ui scope, long and short ([#423](https://github.com/ai-driven-dev/framework/issues/423)) ([abbcbc6](https://github.com/ai-driven-dev/framework/commit/abbcbc6c4e2c8a0d9727d09fc3b273bda2f902a4)) +* **deps-dev:** bump @commitlint/cli from 21.0.2 to 21.2.0 ([#361](https://github.com/ai-driven-dev/framework/issues/361)) ([3374194](https://github.com/ai-driven-dev/framework/commit/3374194b248b26bedee4722d06688c587b69ff5c)) +* **deps-dev:** bump @commitlint/config-conventional ([#362](https://github.com/ai-driven-dev/framework/issues/362)) ([ecc0e55](https://github.com/ai-driven-dev/framework/commit/ecc0e550ee2facc2c8cbb29053305463824181ff)) +* **deps-dev:** bump js-yaml from 5.0.0 to 5.2.1 ([#401](https://github.com/ai-driven-dev/framework/issues/401)) ([c0b57d3](https://github.com/ai-driven-dev/framework/commit/c0b57d3bb8183cc957a6beaccafcfbdfc94ffae9)) +* **framework:** type issues instead of labelling them ([#422](https://github.com/ai-driven-dev/framework/issues/422)) ([9b6651e](https://github.com/ai-driven-dev/framework/commit/9b6651e09b5388f286efd469e7acd1ed70739d3a)) +* release main ([#405](https://github.com/ai-driven-dev/framework/issues/405)) ([4d9412c](https://github.com/ai-driven-dev/framework/commit/4d9412cbe4ef3a7b3852d842f0e4f1e82b74c718)) + + +### Documentation + +* **framework:** clarify README pitch, terms, and install list ([#409](https://github.com/ai-driven-dev/framework/issues/409)) ([4fadaed](https://github.com/ai-driven-dev/framework/commit/4fadaed80b4d44e4b3750fe36edf8e7e9c263bc0)) +* **framework:** clarify README pitch, terms, and install list ([#410](https://github.com/ai-driven-dev/framework/issues/410)) ([8d250b6](https://github.com/ai-driven-dev/framework/commit/8d250b65c2871167e558e4461acaac2522e6d436)) +* **framework:** describe the board we actually run ([#424](https://github.com/ai-driven-dev/framework/issues/424)) ([df6c032](https://github.com/ai-driven-dev/framework/commit/df6c0326e448ce00d4eef49cf2c4bbc924c57f67)) +* **framework:** rework the documentation — install-first, concise, emoji-styled ([#407](https://github.com/ai-driven-dev/framework/issues/407)) ([6c0914a](https://github.com/ai-driven-dev/framework/commit/6c0914ad507ba2930a2bcc502e99825ae780747c)) + + +### Refactoring + +* remove per-skill README.md mirrors ([#302](https://github.com/ai-driven-dev/framework/issues/302)) ([#396](https://github.com/ai-driven-dev/framework/issues/396)) ([1b94c3c](https://github.com/ai-driven-dev/framework/commit/1b94c3c0108c21eacfacf63f55fa7a24dc79d8dd)) + ## [5.3.1](https://github.com/ai-driven-dev/framework/compare/v5.3.0...v5.3.1) (2026-07-07) diff --git a/plugins/aidd-context/.claude-plugin/plugin.json b/plugins/aidd-context/.claude-plugin/plugin.json index 88ffd2fe..9a5162ef 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.2.0", + "version": "2.3.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", diff --git a/plugins/aidd-context/CHANGELOG.md b/plugins/aidd-context/CHANGELOG.md index 77ee2850..bd27f76c 100644 --- a/plugins/aidd-context/CHANGELOG.md +++ b/plugins/aidd-context/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.3.0](https://github.com/ai-driven-dev/framework/compare/aidd-context-v2.2.0...aidd-context-v2.3.0) (2026-07-10) + + +### Features + +* **aidd-context:** rebuild onboard as a token-lean guided tutorial ([#425](https://github.com/ai-driven-dev/framework/issues/425)) ([5038985](https://github.com/ai-driven-dev/framework/commit/5038985fbda2f52a3066732d2e19df83b6e79cc1)) + + +### Refactoring + +* remove per-skill README.md mirrors ([#302](https://github.com/ai-driven-dev/framework/issues/302)) ([#396](https://github.com/ai-driven-dev/framework/issues/396)) ([1b94c3c](https://github.com/ai-driven-dev/framework/commit/1b94c3c0108c21eacfacf63f55fa7a24dc79d8dd)) + ## [2.2.0](https://github.com/ai-driven-dev/framework/compare/aidd-context-v2.1.1...aidd-context-v2.2.0) (2026-07-06) diff --git a/plugins/aidd-dev/.claude-plugin/plugin.json b/plugins/aidd-dev/.claude-plugin/plugin.json index 6427f145..ae392460 100644 --- a/plugins/aidd-dev/.claude-plugin/plugin.json +++ b/plugins/aidd-dev/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "aidd-dev", - "version": "2.3.0", + "version": "2.3.1", "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", diff --git a/plugins/aidd-dev/CHANGELOG.md b/plugins/aidd-dev/CHANGELOG.md index 0a98746e..e4386bd7 100644 --- a/plugins/aidd-dev/CHANGELOG.md +++ b/plugins/aidd-dev/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.3.1](https://github.com/ai-driven-dev/framework/compare/aidd-dev-v2.3.0...aidd-dev-v2.3.1) (2026-07-10) + + +### Documentation + +* **framework:** rework the documentation — install-first, concise, emoji-styled ([#407](https://github.com/ai-driven-dev/framework/issues/407)) ([6c0914a](https://github.com/ai-driven-dev/framework/commit/6c0914ad507ba2930a2bcc502e99825ae780747c)) + + +### Refactoring + +* remove per-skill README.md mirrors ([#302](https://github.com/ai-driven-dev/framework/issues/302)) ([#396](https://github.com/ai-driven-dev/framework/issues/396)) ([1b94c3c](https://github.com/ai-driven-dev/framework/commit/1b94c3c0108c21eacfacf63f55fa7a24dc79d8dd)) + ## [2.3.0](https://github.com/ai-driven-dev/framework/compare/aidd-dev-v2.2.1...aidd-dev-v2.3.0) (2026-07-06) diff --git a/plugins/aidd-orchestrator/.claude-plugin/plugin.json b/plugins/aidd-orchestrator/.claude-plugin/plugin.json index 0195dfec..3f27cb93 100644 --- a/plugins/aidd-orchestrator/.claude-plugin/plugin.json +++ b/plugins/aidd-orchestrator/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "aidd-orchestrator", - "version": "2.1.0", + "version": "2.1.1", "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", diff --git a/plugins/aidd-orchestrator/CHANGELOG.md b/plugins/aidd-orchestrator/CHANGELOG.md index 11f87d3b..a78e79f9 100644 --- a/plugins/aidd-orchestrator/CHANGELOG.md +++ b/plugins/aidd-orchestrator/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.1](https://github.com/ai-driven-dev/framework/compare/aidd-orchestrator-v2.1.0...aidd-orchestrator-v2.1.1) (2026-07-10) + + +### Documentation + +* **framework:** rework the documentation — install-first, concise, emoji-styled ([#407](https://github.com/ai-driven-dev/framework/issues/407)) ([6c0914a](https://github.com/ai-driven-dev/framework/commit/6c0914ad507ba2930a2bcc502e99825ae780747c)) + + +### Refactoring + +* remove per-skill README.md mirrors ([#302](https://github.com/ai-driven-dev/framework/issues/302)) ([#396](https://github.com/ai-driven-dev/framework/issues/396)) ([1b94c3c](https://github.com/ai-driven-dev/framework/commit/1b94c3c0108c21eacfacf63f55fa7a24dc79d8dd)) + ## [2.1.0](https://github.com/ai-driven-dev/framework/compare/aidd-orchestrator-v2.0.0...aidd-orchestrator-v2.1.0) (2026-06-30) diff --git a/plugins/aidd-pm/.claude-plugin/plugin.json b/plugins/aidd-pm/.claude-plugin/plugin.json index b3b3bc78..e31c0043 100644 --- a/plugins/aidd-pm/.claude-plugin/plugin.json +++ b/plugins/aidd-pm/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "aidd-pm", - "version": "2.2.0", + "version": "2.2.1", "description": "Product management: ticket-info, user-stories, prd, spec", "author": { "name": "AI-Driven Dev", diff --git a/plugins/aidd-pm/CHANGELOG.md b/plugins/aidd-pm/CHANGELOG.md index e37448b8..bc0cd373 100644 --- a/plugins/aidd-pm/CHANGELOG.md +++ b/plugins/aidd-pm/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/ai-driven-dev/framework/compare/aidd-pm-v2.2.0...aidd-pm-v2.2.1) (2026-07-10) + + +### Refactoring + +* remove per-skill README.md mirrors ([#302](https://github.com/ai-driven-dev/framework/issues/302)) ([#396](https://github.com/ai-driven-dev/framework/issues/396)) ([1b94c3c](https://github.com/ai-driven-dev/framework/commit/1b94c3c0108c21eacfacf63f55fa7a24dc79d8dd)) + ## [2.2.0](https://github.com/ai-driven-dev/framework/compare/aidd-pm-v2.1.1...aidd-pm-v2.2.0) (2026-07-06) diff --git a/plugins/aidd-refine/.claude-plugin/plugin.json b/plugins/aidd-refine/.claude-plugin/plugin.json index 8b5357a7..add092c2 100644 --- a/plugins/aidd-refine/.claude-plugin/plugin.json +++ b/plugins/aidd-refine/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "aidd-refine", - "version": "2.2.0", + "version": "2.2.1", "description": "Meta-cognition: refine input through brainstorming, refine output through challenge and condensed communication mode.", "author": { "name": "AI-Driven Dev", diff --git a/plugins/aidd-refine/CHANGELOG.md b/plugins/aidd-refine/CHANGELOG.md index 18a7f3ce..35fd4eae 100644 --- a/plugins/aidd-refine/CHANGELOG.md +++ b/plugins/aidd-refine/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/ai-driven-dev/framework/compare/aidd-refine-v2.2.0...aidd-refine-v2.2.1) (2026-07-10) + + +### Refactoring + +* remove per-skill README.md mirrors ([#302](https://github.com/ai-driven-dev/framework/issues/302)) ([#396](https://github.com/ai-driven-dev/framework/issues/396)) ([1b94c3c](https://github.com/ai-driven-dev/framework/commit/1b94c3c0108c21eacfacf63f55fa7a24dc79d8dd)) + ## [2.2.0](https://github.com/ai-driven-dev/framework/compare/aidd-refine-v2.1.0...aidd-refine-v2.2.0) (2026-07-06) diff --git a/plugins/aidd-ui/.claude-plugin/plugin.json b/plugins/aidd-ui/.claude-plugin/plugin.json index bbb6bd9d..627eafa0 100644 --- a/plugins/aidd-ui/.claude-plugin/plugin.json +++ b/plugins/aidd-ui/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "aidd-ui", - "version": "0.1.0-alpha.0", + "version": "0.2.0-alpha.0", "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", diff --git a/plugins/aidd-ui/CHANGELOG.md b/plugins/aidd-ui/CHANGELOG.md index d3745adb..642bc930 100644 --- a/plugins/aidd-ui/CHANGELOG.md +++ b/plugins/aidd-ui/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.2.0-alpha.0](https://github.com/ai-driven-dev/framework/compare/aidd-ui-v0.1.0-alpha.0...aidd-ui-v0.2.0-alpha.0) (2026-07-10) + + +### Features + +* **framework:** read action files before running, across all skills ([#389](https://github.com/ai-driven-dev/framework/issues/389)) ([9d592a6](https://github.com/ai-driven-dev/framework/commit/9d592a6d8c1ca3d0ac8f8aaf54e30e7186a8eb48)) + + +### Miscellaneous + +* release main ([#392](https://github.com/ai-driven-dev/framework/issues/392)) ([484928c](https://github.com/ai-driven-dev/framework/commit/484928c8429999194cbe163782099b26c89e4105)) +* release main ([#393](https://github.com/ai-driven-dev/framework/issues/393)) ([426c604](https://github.com/ai-driven-dev/framework/commit/426c604dba9f5f1c586ade768e55c90f914a4562)) +* release main ([#404](https://github.com/ai-driven-dev/framework/issues/404)) ([5f6d84f](https://github.com/ai-driven-dev/framework/commit/5f6d84f3a7cad604c45ee7b4831c77f7cf281717)) +* release main ([#405](https://github.com/ai-driven-dev/framework/issues/405)) ([4d9412c](https://github.com/ai-driven-dev/framework/commit/4d9412cbe4ef3a7b3852d842f0e4f1e82b74c718)) + + +### Refactoring + +* remove per-skill README.md mirrors ([#302](https://github.com/ai-driven-dev/framework/issues/302)) ([#396](https://github.com/ai-driven-dev/framework/issues/396)) ([1b94c3c](https://github.com/ai-driven-dev/framework/commit/1b94c3c0108c21eacfacf63f55fa7a24dc79d8dd)) + ## [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-07-07) diff --git a/plugins/aidd-vcs/.claude-plugin/plugin.json b/plugins/aidd-vcs/.claude-plugin/plugin.json index d8ec6c94..222189e1 100644 --- a/plugins/aidd-vcs/.claude-plugin/plugin.json +++ b/plugins/aidd-vcs/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "aidd-vcs", - "version": "2.2.0", + "version": "2.2.1", "description": "External artifacts: repo-init, commit, pull-request, release-tag, issue-create", "author": { "name": "AI-Driven Dev", diff --git a/plugins/aidd-vcs/CHANGELOG.md b/plugins/aidd-vcs/CHANGELOG.md index cb2da5bf..afb825e4 100644 --- a/plugins/aidd-vcs/CHANGELOG.md +++ b/plugins/aidd-vcs/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.2.1](https://github.com/ai-driven-dev/framework/compare/aidd-vcs-v2.2.0...aidd-vcs-v2.2.1) (2026-07-10) + + +### Documentation + +* **framework:** rework the documentation — install-first, concise, emoji-styled ([#407](https://github.com/ai-driven-dev/framework/issues/407)) ([6c0914a](https://github.com/ai-driven-dev/framework/commit/6c0914ad507ba2930a2bcc502e99825ae780747c)) + + +### Refactoring + +* remove per-skill README.md mirrors ([#302](https://github.com/ai-driven-dev/framework/issues/302)) ([#396](https://github.com/ai-driven-dev/framework/issues/396)) ([1b94c3c](https://github.com/ai-driven-dev/framework/commit/1b94c3c0108c21eacfacf63f55fa7a24dc79d8dd)) + ## [2.2.0](https://github.com/ai-driven-dev/framework/compare/aidd-vcs-v2.1.0...aidd-vcs-v2.2.0) (2026-07-06)