mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: stop injecting managed hooks into claude settings
This commit is contained in:
parent
28edd197c2
commit
2ece2cfc90
5 changed files with 47 additions and 196 deletions
|
|
@ -705,7 +705,9 @@ cp everything-claude-code/commands/*.md ~/.claude/commands/
|
|||
|
||||
#### Add hooks to settings.json
|
||||
|
||||
Copy the hooks from `hooks/hooks.json` to your `~/.claude/settings.json`.
|
||||
Manual install only: copy the hooks from `hooks/hooks.json` to your `~/.claude/settings.json` if you are not installing ECC as a Claude plugin.
|
||||
|
||||
If you installed ECC via `/plugin install`, do not copy those hooks into `settings.json`. Claude Code v2.1+ already auto-loads plugin `hooks/hooks.json`, and duplicating them in `settings.json` causes duplicate execution and `${CLAUDE_PLUGIN_ROOT}` resolution failures.
|
||||
|
||||
#### Configure MCPs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue