mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
46 lines
871 B
JSON
46 lines
871 B
JSON
{
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${PLUGIN_ROOT}/scripts/announce.sh start"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"UserPromptSubmit": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${PLUGIN_ROOT}/scripts/announce.sh prompt"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"PreToolUse": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${PLUGIN_ROOT}/scripts/announce.sh pre-tool"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "developer__shell|developer__text_editor",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${PLUGIN_ROOT}/scripts/announce.sh post-tool"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|