mirror of
https://github.com/obra/superpowers.git
synced 2026-04-24 18:49:07 +08:00
Fix hooks.json structure: wrap in top-level 'hooks' key
This commit is contained in:
@@ -1,13 +1,15 @@
|
|||||||
{
|
{
|
||||||
"SessionStart": [
|
"hooks": {
|
||||||
{
|
"SessionStart": [
|
||||||
"matcher": "startup|resume",
|
{
|
||||||
"hooks": [
|
"matcher": "startup|resume",
|
||||||
{
|
"hooks": [
|
||||||
"type": "command",
|
{
|
||||||
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
|
"type": "command",
|
||||||
}
|
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user