diff --git a/.agy/plugin.json b/.agy/plugin.json index 07954c1ca4..29e7ed21e9 100644 --- a/.agy/plugin.json +++ b/.agy/plugin.json @@ -1,4 +1,4 @@ { "name": "compound-engineering", - "version": "3.15.0" + "version": "3.16.0" } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index e3709502ab..438d015eb4 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "compound-engineering", - "version": "3.15.0", + "version": "3.16.0", "description": "Brainstorm, plan, debug, review, and compound learnings with AI agents", "author": { "name": "Kieran Klaassen and Trevin Chow" diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 8e68a8a81e..05abb2e041 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "compound-engineering", - "version": "3.15.0", + "version": "3.16.0", "description": "Brainstorm, plan, debug, review, and compound learnings with AI agents", "author": { "name": "Kieran Klaassen and Trevin Chow" diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index d3e4611bab..6c467214a3 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "compound-engineering", "displayName": "Compound Engineering", - "version": "3.15.0", + "version": "3.16.0", "description": "Brainstorm, plan, debug, review, and compound learnings with AI agents", "author": { "name": "Kieran Klaassen and Trevin Chow" diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index b6ccb052be..41facf3e26 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "3.15.0", + ".": "3.16.0", ".claude-plugin": "1.0.3", ".cursor-plugin": "1.0.2" } diff --git a/.kimi-plugin/plugin.json b/.kimi-plugin/plugin.json index 91ecb95c65..790b93ad25 100644 --- a/.kimi-plugin/plugin.json +++ b/.kimi-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "compound-engineering", - "version": "3.15.0", + "version": "3.16.0", "description": "Brainstorm, plan, debug, review, and compound learnings with AI agents", "keywords": [ "brainstorming", diff --git a/package.json b/package.json index 85157f7567..ab87ee0147 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "compound-engineering", - "version": "3.15.0", + "version": "3.16.0", "description": "Official Compound Engineering skills plugin for coding agents", "type": "module", "private": true,