{ "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" } ] } ] } }