Skip to content
Open
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": "4.4.1",
"version": "5.0.0",
"description": "Official plugin marketplace for the AI-Driven Development framework",
"owner": {
"name": "AI-Driven Dev"
Expand Down
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
".": "4.4.1",
"plugins/aidd-context": "1.1.2",
"plugins/aidd-dev": "1.2.1",
"plugins/aidd-vcs": "1.0.2",
"plugins/aidd-pm": "1.0.2",
"plugins/aidd-orchestrator": "1.0.3",
"plugins/aidd-refine": "1.1.2"
".": "5.0.0",
"plugins/aidd-context": "2.0.0",
"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"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [5.0.0](https://github.com/ai-driven-dev/aidd-framework/compare/v4.4.1...v5.0.0) (2026-06-12)


### ⚠ BREAKING CHANGES

* **framework:** auto-routing is removed. Skills are now manual-invoke only; the prompt-to-skill routing hint no longer runs.

### Features

* **framework:** remove evals system end-to-end ([#261](https://github.com/ai-driven-dev/aidd-framework/issues/261)) ([9a3c1b8](https://github.com/ai-driven-dev/aidd-framework/commit/9a3c1b8237359842f3200683732bc73b825582f6))


### Miscellaneous

* **framework:** enable local AIDD plugins for repo dogfooding ([#247](https://github.com/ai-driven-dev/aidd-framework/issues/247)) ([3564872](https://github.com/ai-driven-dev/aidd-framework/commit/35648729b1de6981911c9409adda10408b351c38))
* **framework:** stop shipping .mcp.json, recommend MCP servers in README ([#263](https://github.com/ai-driven-dev/aidd-framework/issues/263)) ([e602fa0](https://github.com/ai-driven-dev/aidd-framework/commit/e602fa0c8d49fbbd7d0b65f85a0d5122ee8d9c6c))


### Documentation

* **contributing:** local testing guide, PR template overhaul, and label guide ([#244](https://github.com/ai-driven-dev/aidd-framework/issues/244)) ([cc5c090](https://github.com/ai-driven-dev/aidd-framework/commit/cc5c090621eef446ae8ce714675f71e7c0bcf22d))
* **framework:** add a human self-review attestation to the PR template ([#249](https://github.com/ai-driven-dev/aidd-framework/issues/249)) ([c3beb5d](https://github.com/ai-driven-dev/aidd-framework/commit/c3beb5d2a847608033ed6690ee2d91ff90c5d787))
* **framework:** add plugin concern taxonomy and skill placement rules ([#248](https://github.com/ai-driven-dev/aidd-framework/issues/248)) ([c6b474f](https://github.com/ai-driven-dev/aidd-framework/commit/c6b474fe1ed76c34196a476967bd520abb4e7cdc))

## [4.4.1](https://github.com/ai-driven-dev/aidd-framework/compare/v4.4.0...v4.4.1) (2026-06-04)


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": "1.1.2",
"version": "2.0.0",
"description": "Knowledge production: project bootstrap, project init, generation of Claude Code context artifacts (skills, agents, rules, commands, hooks, plugins, marketplaces), mermaid diagrams, learn, discovery",
"author": {
"name": "AI-Driven Dev",
Expand Down
11 changes: 11 additions & 0 deletions plugins/aidd-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* **framework:** auto-routing is removed. Skills are now manual-invoke only; the prompt-to-skill routing hint no longer runs.

### Features

* **framework:** remove evals system end-to-end ([#261](https://github.com/ai-driven-dev/aidd-framework/issues/261)) ([9a3c1b8](https://github.com/ai-driven-dev/aidd-framework/commit/9a3c1b8237359842f3200683732bc73b825582f6))

## [1.1.2](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-context-v1.1.1...aidd-context-v1.1.2) (2026-06-04)


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": "1.2.1",
"version": "2.0.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
16 changes: 16 additions & 0 deletions plugins/aidd-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* **framework:** auto-routing is removed. Skills are now manual-invoke only; the prompt-to-skill routing hint no longer runs.

### Features

* **framework:** remove evals system end-to-end ([#261](https://github.com/ai-driven-dev/aidd-framework/issues/261)) ([9a3c1b8](https://github.com/ai-driven-dev/aidd-framework/commit/9a3c1b8237359842f3200683732bc73b825582f6))


### Miscellaneous

* **framework:** stop shipping .mcp.json, recommend MCP servers in README ([#263](https://github.com/ai-driven-dev/aidd-framework/issues/263)) ([e602fa0](https://github.com/ai-driven-dev/aidd-framework/commit/e602fa0c8d49fbbd7d0b65f85a0d5122ee8d9c6c))

## [1.2.1](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-dev-v1.2.0...aidd-dev-v1.2.1) (2026-06-04)


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": "1.0.3",
"version": "2.0.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
11 changes: 11 additions & 0 deletions plugins/aidd-orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* **framework:** auto-routing is removed. Skills are now manual-invoke only; the prompt-to-skill routing hint no longer runs.

### Features

* **framework:** remove evals system end-to-end ([#261](https://github.com/ai-driven-dev/aidd-framework/issues/261)) ([9a3c1b8](https://github.com/ai-driven-dev/aidd-framework/commit/9a3c1b8237359842f3200683732bc73b825582f6))

## [1.0.3](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-orchestrator-v1.0.2...aidd-orchestrator-v1.0.3) (2026-06-03)


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": "1.0.2",
"version": "2.0.0",
"description": "Product management: ticket-info, user-stories-create, prd, spec",
"author": {
"name": "AI-Driven Dev",
Expand Down
16 changes: 16 additions & 0 deletions plugins/aidd-pm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* **framework:** auto-routing is removed. Skills are now manual-invoke only; the prompt-to-skill routing hint no longer runs.

### Features

* **framework:** remove evals system end-to-end ([#261](https://github.com/ai-driven-dev/aidd-framework/issues/261)) ([9a3c1b8](https://github.com/ai-driven-dev/aidd-framework/commit/9a3c1b8237359842f3200683732bc73b825582f6))


### Miscellaneous

* **framework:** stop shipping .mcp.json, recommend MCP servers in README ([#263](https://github.com/ai-driven-dev/aidd-framework/issues/263)) ([e602fa0](https://github.com/ai-driven-dev/aidd-framework/commit/e602fa0c8d49fbbd7d0b65f85a0d5122ee8d9c6c))

## [1.0.2](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-pm-v1.0.1...aidd-pm-v1.0.2) (2026-06-03)


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": "1.1.2",
"version": "2.0.0",
"description": "Meta-cognition: refine input through brainstorming, refine output through challenge and condensed communication mode.",
"author": {
"name": "AI-Driven Dev",
Expand Down
11 changes: 11 additions & 0 deletions plugins/aidd-refine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* **framework:** auto-routing is removed. Skills are now manual-invoke only; the prompt-to-skill routing hint no longer runs.

### Features

* **framework:** remove evals system end-to-end ([#261](https://github.com/ai-driven-dev/aidd-framework/issues/261)) ([9a3c1b8](https://github.com/ai-driven-dev/aidd-framework/commit/9a3c1b8237359842f3200683732bc73b825582f6))

## [1.1.2](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-refine-v1.1.1...aidd-refine-v1.1.2) (2026-06-03)


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": "1.0.2",
"version": "2.0.0",
"description": "External artifacts: commit, pull-request, release-tag, issue-create",
"author": {
"name": "AI-Driven Dev",
Expand Down
11 changes: 11 additions & 0 deletions plugins/aidd-vcs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* **framework:** auto-routing is removed. Skills are now manual-invoke only; the prompt-to-skill routing hint no longer runs.

### Features

* **framework:** remove evals system end-to-end ([#261](https://github.com/ai-driven-dev/aidd-framework/issues/261)) ([9a3c1b8](https://github.com/ai-driven-dev/aidd-framework/commit/9a3c1b8237359842f3200683732bc73b825582f6))

## [1.0.2](https://github.com/ai-driven-dev/aidd-framework/compare/aidd-vcs-v1.0.1...aidd-vcs-v1.0.2) (2026-06-03)


Expand Down