ktg-plugin-marketplace/plugins/config-audit/tests/fixtures/baseline-all-a/hooks/hooks.json

28 lines
472 B
JSON

{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "echo pre-bash",
"timeout": 5000
}
]
}
],
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "echo post-edit",
"timeout": 5000
}
]
}
]
}
}