- 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)
11 lines
404 B
JSON
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"]
|
|
}
|