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