mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 23:12:30 +02: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:
parent
22ad036cb5
commit
a7bc5f2a90
1 changed files with 1 additions and 2 deletions
|
|
@ -23,6 +23,5 @@
|
|||
"best-practices"
|
||||
],
|
||||
"commands": "./commands",
|
||||
"skills": "./skills",
|
||||
"hooks": "./hooks/hooks.json"
|
||||
"skills": "./skills"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue