25 lines
468 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|