This repository has been archived on 2026-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
core-claude/.claude-plugin/plugin.json
Snider 6e168662b9 fix: move plugin.json to .claude-plugin/ with correct schema
- Skills and commands now use path arrays
- Removed unsupported fields (hooks, dependencies)
- Hooks will be added separately in hooks/hooks.json

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 03:06:23 +00:00

21 lines
No EOL
516 B
JSON

{
"name": "core",
"version": "1.0.0",
"description": "Host UK unified framework - Go CLI, PHP framework, multi-repo management",
"author": {
"name": "Host UK",
"url": "https://github.com/host-uk"
},
"homepage": "https://github.com/host-uk/core-claude",
"repository": "https://github.com/host-uk/core-claude",
"license": "EUPL-1.2",
"keywords": [
"go",
"php",
"laravel",
"monorepo",
"multi-repo",
"context-preservation"
],
"skills": ["./skills/", "./commands/"]
}