Gugu8's picture
Add github_code/obra__superpowers from GitHub - direct commit
7fe7448 verified
Raw
History Blame Contribute Delete
334 Bytes
{
"hooks": {
"SessionStart": [
{
"matcher": "startup|clear|compact",
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start",
"shell": "bash",
"async": false
}
]
}
]
}
}