fix(hooks): match superpowers pattern exactly

- Add matcher: startup|clear|compact to SessionStart hook
- Inject only engineering-principles as foundational skill (19KB)
- Strip emoji, use plain text everywhere
- Remove 55KB of verbosity, keep focused primer
This commit is contained in:
asepharyana
2026-07-26 11:56:55 +07:00
parent 4c822c9b98
commit a237759788
3 changed files with 31 additions and 45 deletions
+1
View File
@@ -1,6 +1,7 @@
{
"hooks": {
"SessionStart": [{
"matcher": "startup|clear|compact",
"hooks": [{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/detect-project.sh\"",