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
|
|
@ -103,10 +103,11 @@ Export all hook data to a directory.
|
|||
|
||||
## Hook Scripts
|
||||
|
||||
### context_monitor.py
|
||||
### context-monitor.js
|
||||
|
||||
**Type**: UserPromptSubmit hook
|
||||
**Purpose**: Monitor context usage and trigger backups
|
||||
**Purpose**: Monitor context usage and trigger backups
|
||||
**Runtime**: Node.js
|
||||
|
||||
**Input format**:
|
||||
```json
|
||||
|
|
@ -128,10 +129,11 @@ Export all hook data to a directory.
|
|||
|
||||
---
|
||||
|
||||
### command_validator.py
|
||||
### command-validator.js
|
||||
|
||||
**Type**: PreToolUse[Bash] hook
|
||||
**Purpose**: Validate bash commands for safety and success probability
|
||||
**Purpose**: Validate bash commands for safety and success probability
|
||||
**Runtime**: Node.js
|
||||
|
||||
**Input format**:
|
||||
```json
|
||||
|
|
@ -163,10 +165,11 @@ Export all hook data to a directory.
|
|||
|
||||
---
|
||||
|
||||
### session_logger.py
|
||||
### session-logger.js
|
||||
|
||||
**Type**: PostToolUse[*] hook
|
||||
**Purpose**: Log tool executions and update learning data
|
||||
**Purpose**: Log tool executions and update learning data
|
||||
**Runtime**: Node.js
|
||||
|
||||
**Input format**:
|
||||
```json
|
||||
|
|
@ -192,10 +195,11 @@ Export all hook data to a directory.
|
|||
|
||||
---
|
||||
|
||||
### session_finalizer.py
|
||||
### session-finalizer.js
|
||||
|
||||
**Type**: Stop hook
|
||||
**Purpose**: Create session documentation and save state
|
||||
**Purpose**: Create session documentation and save state
|
||||
**Runtime**: Node.js
|
||||
|
||||
**Input format**:
|
||||
```json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue