Files
asepharyana-hub-guide/.claude-plugin/plugin.json
T
asepharyana 7435566498 fix(hub-guide): correct hooks.json format and remove redundant manifest field
- hooks.json needs 'hooks' wrapper key at top level
- Remove 'hooks' field from plugin.json (auto-discovered from hooks/hooks.json)
- Simplify hook entries (no nested hooks array)
2026-07-25 11:58:44 +07:00

11 lines
404 B
JSON

{
"name": "hub-guide",
"version": "0.2.0",
"description": "Comprehensive programming best-practice guide for all situations — monorepo, standalone, all languages and frameworks",
"author": {
"name": "Asep Haryana Saputra",
"email": "asepharyana@users.noreply.github.com"
},
"keywords": ["best-practice", "clean-code", "engineering-guide", "programming-standards", "architecture"]
}