Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:56 +08:00
commit fe5ac25e03
9 changed files with 2612 additions and 0 deletions

17
hooks/hooks.json Normal file
View File

@@ -0,0 +1,17 @@
{
"description": "Suggests test files when TypeScript source files are read",
"hooks": {
"PostToolUse": [
{
"matcher": "Read",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/test-file-suggest.ts",
"timeout": 30
}
]
}
]
}
}