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.3.1",
"version": "5.4.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.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"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.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",
Expand Down
12 changes: 12 additions & 0 deletions plugins/aidd-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.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",
Expand Down
12 changes: 12 additions & 0 deletions plugins/aidd-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.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",
Expand Down
12 changes: 12 additions & 0 deletions plugins/aidd-orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.2.0",
"version": "2.2.1",
"description": "Product management: ticket-info, user-stories, prd, spec",
"author": {
"name": "AI-Driven Dev",
Expand Down
7 changes: 7 additions & 0 deletions plugins/aidd-pm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.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",
Expand Down
7 changes: 7 additions & 0 deletions plugins/aidd-refine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion plugins/aidd-ui/.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-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",
Expand Down
20 changes: 20 additions & 0 deletions plugins/aidd-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
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.2.0",
"version": "2.2.1",
"description": "External artifacts: repo-init, commit, pull-request, release-tag, issue-create",
"author": {
"name": "AI-Driven Dev",
Expand Down
12 changes: 12 additions & 0 deletions plugins/aidd-vcs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down