fix: correct marketplace.json schema
This commit is contained in:
parent
6ec1e4963a
commit
1b4812a657
1 changed files with 9 additions and 2 deletions
|
|
@ -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": ".."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in a new issue