Files
2025-11-29 18:14:56 +08:00

18 lines
354 B
JSON

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