Claude hooks auto-backup: manual (backup_20250720_091250)

This commit is contained in:
Ryan Malloy 2025-07-20 03:12:51 -06:00
parent 9445e09c48
commit 392833187e
135 changed files with 16151 additions and 3439 deletions

View file

@ -1,12 +1,12 @@
{
"hooks": {
"UserPromptSubmit": "python3 {{INSTALL_PATH}}/hooks/context_monitor.py",
"UserPromptSubmit": "node {{INSTALL_PATH}}/hooks/context-monitor.js",
"PreToolUse": {
"Bash": "python3 {{INSTALL_PATH}}/hooks/command_validator.py"
"Bash": "node {{INSTALL_PATH}}/hooks/command-validator.js"
},
"PostToolUse": {
"*": "python3 {{INSTALL_PATH}}/hooks/session_logger.py"
"*": "node {{INSTALL_PATH}}/hooks/session-logger.js"
},
"Stop": "python3 {{INSTALL_PATH}}/hooks/session_finalizer.py"
"Stop": "node {{INSTALL_PATH}}/hooks/session-finalizer.js"
}
}