settings.json•724 B
{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "npx -y github:sylphxltd/flow hook --type session --target claude-code"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "npx -y github:sylphxltd/flow hook --type message --target claude-code"
}
]
}
],
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "npx -y github:sylphxltd/flow hook --type notification --target claude-code"
}
]
}
]
}
}