Claude hooks auto-backup: manual (backup_20250720_091250)
This commit is contained in:
parent
9445e09c48
commit
392833187e
135 changed files with 16151 additions and 3439 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue