mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-02-06 14:43:08 +08:00
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:
@@ -23,6 +23,5 @@
|
||||
"best-practices"
|
||||
],
|
||||
"commands": "./commands",
|
||||
"skills": "./skills",
|
||||
"hooks": "./hooks/hooks.json"
|
||||
"skills": "./skills"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user