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.1",
"version": "5.2.0",
"description": "Official plugin marketplace for the AI-Driven Development framework",
"owner": {
"name": "AI-Driven Dev"
Expand Down
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
".": "5.1.1",
"plugins/aidd-context": "2.1.0",
"plugins/aidd-dev": "2.1.0",
".": "5.2.0",
"plugins/aidd-context": "2.1.1",
"plugins/aidd-dev": "2.2.0",
"plugins/aidd-vcs": "2.1.0",
"plugins/aidd-pm": "2.1.0",
"plugins/aidd-pm": "2.1.1",
"plugins/aidd-orchestrator": "2.1.0",
"plugins/aidd-refine": "2.1.0",
"plugins/aidd-ui": "0.1.0-alpha.0"
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [5.2.0](https://github.com/ai-driven-dev/framework/compare/v5.1.1...v5.2.0) (2026-07-01)


### Features

* **dev:** enforce the review report section set with a validator ([befe416](https://github.com/ai-driven-dev/framework/commit/befe416ae8dc36cdb0f49f546d2a194bfa5fb9a8))


### Bug Fixes

* **framework:** guarantee and report Claude agent copy on reload ([#375](https://github.com/ai-driven-dev/framework/issues/375)) ([2f37bab](https://github.com/ai-driven-dev/framework/commit/2f37babadcb9736f507a1a84d5745d1affdf9bae))


### Refactoring

* **framework:** strict anti-slop templates and review redesign ([153ba42](https://github.com/ai-driven-dev/framework/commit/153ba42faff9177c66ebb97de4ea8d7512fc5b85))

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


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.1.0",
"version": "2.1.1",
"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
7 changes: 7 additions & 0 deletions plugins/aidd-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.1](https://github.com/ai-driven-dev/framework/compare/aidd-context-v2.1.0...aidd-context-v2.1.1) (2026-07-01)


### Refactoring

* **framework:** strict anti-slop templates and review redesign ([153ba42](https://github.com/ai-driven-dev/framework/commit/153ba42faff9177c66ebb97de4ea8d7512fc5b85))

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


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.1.0",
"version": "2.2.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
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.2.0](https://github.com/ai-driven-dev/framework/compare/aidd-dev-v2.1.0...aidd-dev-v2.2.0) (2026-07-01)


### Features

* **dev:** enforce the review report section set with a validator ([befe416](https://github.com/ai-driven-dev/framework/commit/befe416ae8dc36cdb0f49f546d2a194bfa5fb9a8))


### Refactoring

* **framework:** strict anti-slop templates and review redesign ([153ba42](https://github.com/ai-driven-dev/framework/commit/153ba42faff9177c66ebb97de4ea8d7512fc5b85))

## [2.1.0](https://github.com/ai-driven-dev/framework/compare/aidd-dev-v2.0.0...aidd-dev-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.1.0",
"version": "2.1.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.1.1](https://github.com/ai-driven-dev/framework/compare/aidd-pm-v2.1.0...aidd-pm-v2.1.1) (2026-07-01)


### Refactoring

* **framework:** strict anti-slop templates and review redesign ([153ba42](https://github.com/ai-driven-dev/framework/commit/153ba42faff9177c66ebb97de4ea8d7512fc5b85))

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


Expand Down
Loading