Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:18:35 +08:00
commit f99589b33b
5 changed files with 424 additions and 0 deletions

7
hooks/hooks.json Normal file
View File

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