12 lines
348 B
Text
12 lines
348 B
Text
|
|
{
|
||
|
|
"hooks": {
|
||
|
|
"UserPromptSubmit": "python3 {{INSTALL_PATH}}/hooks/context_monitor.py",
|
||
|
|
"PreToolUse": {
|
||
|
|
"Bash": "python3 {{INSTALL_PATH}}/hooks/command_validator.py"
|
||
|
|
},
|
||
|
|
"PostToolUse": {
|
||
|
|
"*": "python3 {{INSTALL_PATH}}/hooks/session_logger.py"
|
||
|
|
},
|
||
|
|
"Stop": "python3 {{INSTALL_PATH}}/hooks/session_finalizer.py"
|
||
|
|
}
|
||
|
|
}
|