Files
Zanie Blue 29aaaa4efd Revert "Attempt to fix the Claude Code session start hook" (#17506)
This reverts #17505 — I think there's another Claude Code bug that's
causing the session start hook to be skipped.
2026-01-16 07:11:44 -06:00

27 lines
472 B
JSON

{
"hooks": {
"SessionStart": [
{
"matcher": "startup",
"hooks": [
{
"type": "command",
"command": ".claude/hooks/session-start.sh"
}
]
}
],
"PostToolUse": [
{
"matcher": "Edit|Write|MultiEdit",
"hooks": [
{
"type": "command",
"command": "uv run .claude/hooks/post-edit-format.py"
}
]
}
]
}
}