31 lines
623 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|