plugins/claude/core/.claude-plugin/plugin.json

35 lines
774 B
JSON
Raw Normal View History

{
"name": "core",
"description": "Core commands for the Host UK federated monorepo.",
"commands": [
{
"name": "/core:sync",
"description": "Sync changes across dependent modules."
}
]
"description": "Laravel migration helpers for the Host UK monorepo",
"version": "0.1.0",
"author": {
"name": "Host UK",
"email": "hello@host.uk.com"
},
"homepage": "https://github.com/host-uk/core-agent",
"repository": {
"type": "git",
"url": "https://github.com/host-uk/core-agent.git"
},
"license": "EUPL-1.2",
"keywords": [
"devops",
"monorepo",
"php",
"laravel",
"migrations"
]
"description": "Core functionality - release management",
"version": "0.1.0",
"author": {
"name": "Host UK"
}
}