fix: Correct hooks.json format - use object instead of array
Claude Code expects hooks to be an object with event names as keys, not an array with post-install hooks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user