fix(marketplace): добавить обязательное поле owner

Claude Code требует object owner в .claude-plugin/marketplace.json.
Без него: 'Failed to parse marketplace file ... owner: Invalid input:
expected object, received undefined'.
This commit is contained in:
Alex 2026-05-22 23:53:53 +02:00
parent 46f0b7724d
commit 50d4a28705

View File

@ -1,6 +1,10 @@
{ {
"name": "222a", "name": "222a",
"description": "Плагины 222A — SEO-аудит и инструменты оптимизации", "description": "Плагины 222A — SEO-аудит и инструменты оптимизации",
"owner": {
"name": "222A.ru",
"url": "https://222a.ru"
},
"plugins": [ "plugins": [
{ {
"name": "222a-seo-audit", "name": "222a-seo-audit",