From 5c3a5295a3980788bf7977854c69f7e715af2e58 Mon Sep 17 00:00:00 2001 From: Snider Date: Fri, 13 Mar 2026 10:54:45 +0000 Subject: [PATCH] fix(plugin): remove invalid commands schema from plugin.json Commands auto-discovered from commands/ directory. Co-Authored-By: Virgil --- .claude-plugin/plugin.json | 58 +------------------------------------- 1 file changed, 1 insertion(+), 57 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index bd67564..fd2aa1b 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -7,63 +7,7 @@ "email": "hello@host.uk.com" }, "license": "EUPL-1.2", - "commands": [ - { - "name": "ci", - "description": "Check CI status and manage workflows", - "file": "ci/commands/ci.md" - }, - { - "name": "ci:status", - "description": "Show CI status for current branch", - "file": "ci/commands/status.md" - }, - { - "name": "ci:run", - "description": "Trigger a CI workflow run", - "file": "ci/commands/run.md" - }, - { - "name": "ci:fix", - "description": "Analyse and fix failing CI", - "file": "ci/commands/fix.md" - }, - { - "name": "ci:workflow", - "description": "Create or update GitHub Actions workflow", - "file": "ci/commands/workflow.md" - }, - { - "name": "coolify:deploy", - "description": "Deploy a service to Coolify via browser automation", - "file": "coolify/commands/deploy.md" - }, - { - "name": "coolify:status", - "description": "Check Coolify deployment status", - "file": "coolify/commands/status.md" - }, - { - "name": "issue:list", - "description": "List open issues", - "file": "issue/commands/list.md" - }, - { - "name": "issue:view", - "description": "View issue details", - "file": "issue/commands/view.md" - }, - { - "name": "issue:start", - "description": "Start working on an issue", - "file": "issue/commands/start.md" - }, - { - "name": "issue:close", - "description": "Close an issue with a commit", - "file": "issue/commands/close.md" - } - ], + "repository": "https://forge.lthn.ai/core/go-devops.git", "keywords": [ "devops", "ci",