feat(hooks): Antwort-Regeln per UserPromptSubmit-Hook injizieren

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-28 07:14:59 +02:00
co-authored by Claude Opus 4.8
parent 1e55847426
commit 6c586a753d
3 changed files with 57 additions and 0 deletions
+10
View File
@@ -63,6 +63,16 @@
"defaultMode": "default"
},
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "bash ~/.claude/hooks/inject-answer-rules.sh"
}
]
}
],
"PreToolUse": [
{
"matcher": "Bash",