Files
store_ai_front/.cursor/hooks.json
2026-05-07 16:14:31 +08:00

31 lines
623 B
JSON

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