From 8827524af4b9d45f44facdf1f5865073807716f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 01:29:16 -0700 Subject: [PATCH] chore: release main (#301) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .claude-plugin/marketplace.json | 21 ++++++++++++++++--- .github/.release-please-manifest.json | 6 +++--- package.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.cursor-plugin/plugin.json | 2 +- 5 files changed, 24 insertions(+), 9 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 814a4a4..c11177f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Plugin marketplace for Claude Code extensions", - "version": "1.0.0" + "version": "1.0.1" }, "plugins": [ { @@ -19,7 +19,15 @@ "email": "kieran@every.to" }, "homepage": "https://github.com/EveryInc/compound-engineering-plugin", - "tags": ["ai-powered", "compound-engineering", "workflow-automation", "code-review", "quality", "knowledge-management", "image-generation"], + "tags": [ + "ai-powered", + "compound-engineering", + "workflow-automation", + "code-review", + "quality", + "knowledge-management", + "image-generation" + ], "source": "./plugins/compound-engineering" }, { @@ -30,7 +38,14 @@ "name": "Nityesh Agarwal" }, "homepage": "https://github.com/EveryInc/compound-engineering-plugin", - "tags": ["coding", "programming", "tutorial", "learning", "spaced-repetition", "education"], + "tags": [ + "coding", + "programming", + "tutorial", + "learning", + "spaced-repetition", + "education" + ], "source": "./plugins/coding-tutor" } ] diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index d6385b2..75de63b 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "2.42.0", - "plugins/compound-engineering": "2.42.0", + ".": "2.43.0", + "plugins/compound-engineering": "2.43.0", "plugins/coding-tutor": "1.2.1", - ".claude-plugin": "1.0.0" + ".claude-plugin": "1.0.1" } diff --git a/package.json b/package.json index d832798..c52538a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@every-env/compound-plugin", - "version": "2.42.0", + "version": "2.43.0", "type": "module", "private": false, "bin": { diff --git a/plugins/compound-engineering/.claude-plugin/plugin.json b/plugins/compound-engineering/.claude-plugin/plugin.json index 1d837b9..15faaf6 100644 --- a/plugins/compound-engineering/.claude-plugin/plugin.json +++ b/plugins/compound-engineering/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "compound-engineering", - "version": "2.42.0", + "version": "2.43.0", "description": "AI-powered development tools for code review, research, design, and workflow automation.", "author": { "name": "Kieran Klaassen", diff --git a/plugins/compound-engineering/.cursor-plugin/plugin.json b/plugins/compound-engineering/.cursor-plugin/plugin.json index 9839a3f..c33010c 100644 --- a/plugins/compound-engineering/.cursor-plugin/plugin.json +++ b/plugins/compound-engineering/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "compound-engineering", "displayName": "Compound Engineering", - "version": "2.42.0", + "version": "2.43.0", "description": "AI-powered development tools for code review, research, design, and workflow automation.", "author": { "name": "Kieran Klaassen",