Files
cc-web/.cursor/hooks.json
2026-06-12 16:39:44 +08:00

25 lines
468 B
JSON

{
"version": 1,
"hooks": {
"preToolUse": [
{
"command": "python3 .cursor/hooks/inject-subagent-context.py",
"matcher": "Task",
"timeout": 30
}
],
"sessionStart": [
{
"command": "python3 .cursor/hooks/session-start.py",
"timeout": 10
}
],
"beforeSubmitPrompt": [
{
"command": "python3 .cursor/hooks/inject-workflow-state.py",
"timeout": 5
}
]
}
}