lardon3d/.agents/plugins/lardon-safety/hooks/hooks.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"
}
]
}
]
}
}