From 1b4812a6571ba44885a18b8711263923f2f88cd1 Mon Sep 17 00:00:00 2001 From: Snider Date: Sun, 1 Feb 2026 02:42:25 +0000 Subject: [PATCH] fix: correct marketplace.json schema --- .claude-plugin/marketplace.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index c55f35d..637022f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,11 +1,18 @@ { "name": "core-claude", "description": "Claude Code plugins for Host UK monorepo", + "owner": { + "name": "Host UK", + "url": "https://github.com/host-uk" + }, "plugins": [ { "name": "core", - "path": "..", - "description": "Host UK unified framework - Go CLI, PHP framework, multi-repo management" + "description": "Host UK unified framework - Go CLI, PHP framework, multi-repo management", + "source": { + "type": "local", + "path": ".." + } } ] } \ No newline at end of file