33 lines
603 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|