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