From 1594ea0586f84baf5a415dcc014ee4ebccab01e6 Mon Sep 17 00:00:00 2001 From: Snider Date: Fri, 13 Mar 2026 10:54:42 +0000 Subject: [PATCH] fix(plugin): remove invalid commands/repository schema from plugin.json Commands auto-discovered from commands/ directory. Repository must be a string, not an object. Co-Authored-By: Virgil --- .claude-plugin/plugin.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 25a1883..1b2abde 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -7,11 +7,5 @@ "email": "hello@host.uk.com" }, "license": "EUPL-1.2", - "commands": [ - { - "name": "api:generate", - "description": "Generate TypeScript/JavaScript API client from Laravel routes", - "file": "api/commands/generate.md" - } - ] + "repository": "https://forge.lthn.ai/core/php.git" }