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

This reverts commit 809956f3bf.
This commit is contained in:
Jesse Vincent
2025-10-15 22:34:56 -07:00
parent 809956f3bf
commit d6ac9a8b5d
11 changed files with 0 additions and 0 deletions

View File

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