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:
parent
46f0b7724d
commit
50d4a28705
@ -1,6 +1,10 @@
|
||||
{
|
||||
"name": "222a",
|
||||
"description": "Плагины 222A — SEO-аудит и инструменты оптимизации",
|
||||
"owner": {
|
||||
"name": "222A.ru",
|
||||
"url": "https://222a.ru"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "222a-seo-audit",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user