Revert "Reapply "Move superpowers plugin into plugins/superpowers-bootstrap subdirectory""

This reverts commit 0fdea80a7d.
This commit is contained in:
Jesse Vincent
2025-10-15 22:56:12 -07:00
parent 9db0a61515
commit 84123b8450
11 changed files with 0 additions and 0 deletions

15
hooks/hooks.json Normal file
View File

@@ -0,0 +1,15 @@
{
"hooks": {
"SessionStart": [
{
"matcher": "startup|resume|clear|compact",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
}
]
}
]
}
}