mirror of
https://github.com/obra/superpowers.git
synced 2026-04-25 11:09:05 +08: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",
|
"type": "command",
|
||||||
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh",
|
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh",
|
||||||
"async": true
|
"async": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user