Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:09 +08:00
commit 5540c72911
4 changed files with 77 additions and 0 deletions

17
hooks/hooks.json Normal file
View File

@@ -0,0 +1,17 @@
{
"description": "Dialyzer static type analysis with pre-commit validation",
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/pre-commit-check.sh",
"timeout": 120
}
]
}
]
}
}