From 50d4a28705adde5366c57d02f326ce8db645c36c Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 22 May 2026 23:53:53 +0200 Subject: [PATCH] =?UTF-8?q?fix(marketplace):=20=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D1=82=D1=8C=20=D0=BE=D0=B1=D1=8F=D0=B7=D0=B0=D1=82?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE=D0=B5=20=D0=BF=D0=BE=D0=BB=D0=B5?= =?UTF-8?q?=20owner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Claude Code требует object owner в .claude-plugin/marketplace.json. Без него: 'Failed to parse marketplace file ... owner: Invalid input: expected object, received undefined'. --- .claude-plugin/marketplace.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b811ad2..c2cb439 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,6 +1,10 @@ { "name": "222a", "description": "Плагины 222A — SEO-аудит и инструменты оптимизации", + "owner": { + "name": "222A.ru", + "url": "https://222a.ru" + }, "plugins": [ { "name": "222a-seo-audit",