revert: remove hooks declaration - auto-loaded by convention

Claude Code automatically loads hooks/hooks.json if it exists.
Declaring it in plugin.json causes "Duplicate hooks file" error.

Fixes #52
This commit is contained in:
Affaan Mustafa
2026-01-23 22:27:21 -08:00
parent 22ad036cb5
commit a7bc5f2a90

View File

@@ -23,6 +23,5 @@
"best-practices"
],
"commands": "./commands",
"skills": "./skills",
"hooks": "./hooks/hooks.json"
"skills": "./skills"
}