diff --git a/plugin/hooks/hooks.json b/plugin/hooks/hooks.json index 32a1efe..3409bcf 100644 --- a/plugin/hooks/hooks.json +++ b/plugin/hooks/hooks.json @@ -1,9 +1,4 @@ { - "hooks": [ - { - "name": "post-install", - "script": "./hooks/post-install.sh", - "description": "Initialize CLAUDE.md and Auto-Build rules in project" - } - ] + "description": "Auto-Build plugin hooks", + "hooks": {} }