Accountable, time-bounded engineering shifts with a persistent punch list, mechanical guards, and reviewable receipts.
Event hooks configuration
{
"version": 1,
"hooks": {
"preToolUse": [
{
"command": "${CURSOR_PLUGIN_ROOT}/hooks/cursor/hardhat.sh",
"matcher": "Shell|Read|Write|Grep|Delete|Task|MCP:.*"
}
],
"stop": [
{
"command": "${CURSOR_PLUGIN_ROOT}/hooks/cursor/clock-out-gate.sh",
"loop_limit": null
}
],
"sessionEnd": [
{
"command": "${CURSOR_PLUGIN_ROOT}/hooks/cursor/session-end.sh"
}
],
"beforeSubmitPrompt": [
{
"command": "${CURSOR_PLUGIN_ROOT}/hooks/cursor/before-submit.sh"
}
]
}
}