mirror of
https://github.com/obra/superpowers.git
synced 2026-04-16 02:02:41 +00:00
Make SessionStart hook synchronous so using-superpowers loads before first turn
When async is true, the hook may not complete before the model starts responding, meaning the using-superpowers skill instructions aren't in context for the first message.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{
|
||||
"type": "command",
|
||||
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh",
|
||||
"async": true
|
||||
"async": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user