Files
2026-03-30 02:35:31 +08:00

33 lines
603 B
JSON

{
"version": 1,
"hooks": {
"userPromptSubmit": [
{
"command": ".cursor/hooks/user-prompt-submit.sh",
"timeout": 5
}
],
"preToolUse": [
{
"command": ".cursor/hooks/pre-tool-use.sh",
"matcher": "Write|Edit|Shell|Read",
"timeout": 5
}
],
"postToolUse": [
{
"command": ".cursor/hooks/post-tool-use.sh",
"matcher": "Write|Edit",
"timeout": 5
}
],
"stop": [
{
"command": ".cursor/hooks/stop.sh",
"timeout": 10,
"loop_limit": 3
}
]
}
}