25 lines
472 B
JSON
25 lines
472 B
JSON
{
|
|
"hooks": {
|
|
"PreToolUse": [
|
|
{
|
|
"matcher": "developer__shell|developer__text_editor",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "python3 ${PLUGIN_ROOT}/scripts/policy.py"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"BeforeReadFile": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "python3 ${PLUGIN_ROOT}/scripts/policy.py"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|