From 52c3e6769233642e1197c526fdf44ba34bbab40b Mon Sep 17 00:00:00 2001 From: Snider Date: Sun, 22 Mar 2026 02:22:26 +0000 Subject: [PATCH] =?UTF-8?q?fix(plugin):=20rename=20CoreAgent=E2=86=92core,?= =?UTF-8?q?=20CorePHP=E2=86=92core-php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plugin names must match their directory/reference names. Co-Authored-By: Virgil --- .claude-plugin/marketplace.json | 4 ++-- claude/core/.claude-plugin/plugin.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 960d4b5..f289317 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,7 +7,7 @@ }, "plugins": [ { - "name": "CoreAgent", + "name": "core", "source": "./claude/core", "description": "CoreAgent platform — dispatch, review, messaging, OpenBrain", "version": "0.14.0" @@ -19,7 +19,7 @@ "version": "0.3.0" }, { - "name": "CorePHP", + "name": "core-php", "source": { "source": "url", "url": "https://forge.lthn.ai/core/php.git" diff --git a/claude/core/.claude-plugin/plugin.json b/claude/core/.claude-plugin/plugin.json index b5b564c..0516bc1 100644 --- a/claude/core/.claude-plugin/plugin.json +++ b/claude/core/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { - "name": "CoreAgent", + "name": "core", "description": "Core agent platform — dispatch (local + remote), verify+merge, CodeRabbit/Codex review queue, GitHub mirror, cross-agent messaging, OpenBrain integration, inbox notifications", "version": "0.14.0", "author": { -- 2.45.3