fix: add marketplace.json for plugin discovery
Claude Code plugin marketplaces require .claude-plugin/marketplace.json Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
0a89ac91d1
commit
6ec1e4963a
1 changed files with 11 additions and 0 deletions
11
.claude-plugin/marketplace.json
Normal file
11
.claude-plugin/marketplace.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "core-claude",
|
||||
"description": "Claude Code plugins for Host UK monorepo",
|
||||
"plugins": [
|
||||
{
|
||||
"name": "core",
|
||||
"path": "..",
|
||||
"description": "Host UK unified framework - Go CLI, PHP framework, multi-repo management"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in a new issue