Files
hate_crack/.claude/settings.json
Justin Bollinger 61494c2721 feat: add PostToolUse hook to auto-trigger readme-documentarian
Adds a Bash PostToolUse hook that detects the prek documentation audit
warning and injects additionalContext into Claude's session, prompting
it to invoke the readme-documentarian agent automatically.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 16:33:12 -05:00

16 lines
235 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": ".claude/hooks/doc-audit-trigger.sh"
}
]
}
]
}
}