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