{ "version": 1, "hooks": { "sessionStart": [ { "type": "command", "bash": ".github/hooks/governance-audit/audit-session-start.sh", "cwd": ".", "timeoutSec": 5 } ], "sessionEnd": [ { "type": "command", "bash": ".github/hooks/governance-audit/audit-session-end.sh", "cwd": ".", "timeoutSec": 5 } ], "userPromptSubmitted": [ { "type": "command", "bash": ".github/hooks/governance-audit/audit-prompt.sh", "cwd": ".", "env": { "GOVERNANCE_LEVEL": "standard", "BLOCK_ON_THREAT": "false" }, "timeoutSec": 10 } ] } }