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.4.1",
"version": "5.4.2",
"description": "Official plugin marketplace for the AI-Driven Development framework",
"owner": {
"name": "AI-Driven Dev"
Expand Down
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "5.4.1",
"plugins/aidd-context": "2.3.1",
".": "5.4.2",
"plugins/aidd-context": "2.3.2",
"plugins/aidd-dev": "2.3.1",
"plugins/aidd-vcs": "2.2.1",
"plugins/aidd-pm": "2.2.1",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.4.2](https://github.com/ai-driven-dev/framework/compare/v5.4.1...v5.4.2) (2026-07-13)


### Documentation

* **vcs:** add commit cycle guidelines for AI auto commits ([#397](https://github.com/ai-driven-dev/framework/issues/397)) ([5a70cce](https://github.com/ai-driven-dev/framework/commit/5a70cce7ab2aee9ea29953b5bc1711f6025a2ef0))

## [5.4.1](https://github.com/ai-driven-dev/framework/compare/v5.4.0...v5.4.1) (2026-07-10)


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.3.1",
"version": "2.3.2",
"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.3.2](https://github.com/ai-driven-dev/framework/compare/aidd-context-v2.3.1...aidd-context-v2.3.2) (2026-07-13)


### Documentation

* **vcs:** add commit cycle guidelines for AI auto commits ([#397](https://github.com/ai-driven-dev/framework/issues/397)) ([5a70cce](https://github.com/ai-driven-dev/framework/commit/5a70cce7ab2aee9ea29953b5bc1711f6025a2ef0))

## [2.3.1](https://github.com/ai-driven-dev/framework/compare/aidd-context-v2.3.0...aidd-context-v2.3.1) (2026-07-10)


Expand Down