Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:54:15 +08:00
commit f684c4b5b1
6 changed files with 365 additions and 0 deletions

16
hooks/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
{
"PostToolUse": [
{
"name": "Update CLAUDE.md after major changes",
"matcher": "(Write|Edit|Delete|Refactor).*[5-9]\\d+|[1-9]\\d{2,}",
"description": "Automatically prompts to update CLAUDE.md when significant code changes are detected",
"hooks": [
{
"type": "command",
"command": "/update-claude"
}
]
}
]
}