Files
gh-dennisliuck-claude-plugi…/hooks/hooks.json
2025-11-29 18:18:35 +08:00

8 lines
231 B
JSON

{
"description": "安全提醒鉤子,在編輯檔案時警告潛在的安全問題",
"preToolUse": {
"matcher": "Edit|Write|MultiEdit",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/security_reminder_hook.py"
}
}