19 lines
395 B
JSON
19 lines
395 B
JSON
{
|
|
"version": 1,
|
|
"hooks": {
|
|
"sessionStart": [
|
|
{
|
|
"command": "powershell -ExecutionPolicy Bypass -File .cursor/hooks/run-hook.ps1 session-init",
|
|
"timeout": 5
|
|
}
|
|
],
|
|
"stop": [
|
|
{
|
|
"command": "powershell -ExecutionPolicy Bypass -File .cursor/hooks/run-hook.ps1 check-changelog",
|
|
"timeout": 10,
|
|
"loop_limit": 1
|
|
}
|
|
]
|
|
}
|
|
}
|