Chunk #700

Aus: File Backup Hook (Index: 5)

108 Tokens
Synced Status
« Vorheriger (#4) Nächster (#6) »

Taxonomie

Kategorie Systemadministration
Pfad Systemadministration > Konfiguration > Hook
Heading-Pfad File Backup Hook > File Backup Hook > Hooks-Konfiguration

Entities

Name Typ
settings.local.json CONFIG
/var/www/tools/ki-protokoll/claude-hook/file_backup_hook.py COMMAND
PreToolUse CONFIG
Edit CONCEPT
Write CONCEPT

Keywords

File Backup Hook Python Settings

Inhalt

In /var/www/dev.campus.systemische-tools.de/.claude/settings.local.json:

{
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "Edit",
        "hooks": [{
          "type": "command",
          "command": "/var/www/tools/ki-protokoll/claude-hook/file_backup_hook.py",
          "timeout": 10
        }]
      },
      {
        "matcher": "Write",
        "hooks": [{
          "type": "command",
          "command": "/var/www/tools/ki-protokoll/claude-hook/file_backup_hook.py",
          "timeout": 10
        }]
      }
    ]
  }
}

Clean Content

In `/var/www/dev.campus.systemische-tools.de/.claude/settings.local.json`:

```
`{
 "hooks": {
 "PreToolUse": [
 {
 "matcher": "Edit",
 "hooks": [{
 "type": "command",
 "command": "/var/www/tools/ki-protokoll/claude-hook/file_backup_hook.py",
 "timeout": 10
 }]
 },
 {
 "matcher": "Write",
 "hooks": [{
 "type": "command",
 "command": "/var/www/tools/ki-protokoll/claude-hook/file_backup_hook.py",
 "timeout": 10
 }]
 }
 ]
 }
}`
```

Metadaten

Analysiert am20.12.2025 12:51:24
Analyse-Modellgemma3:4b-it-qat
Embedding-Modellmxbai-embed-large
Qdrant-ID8f16a363-5895-4556-9c18-cb9a5601afb0
Erstellt20.12.2025 12:34:42
Aktualisiert20.12.2025 12:53:42