Files
gh-ananddtyagi-claude-code-…/hooks/hooks.json
2025-11-29 17:54:15 +08:00

17 lines
388 B
JSON

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