{ "hooks": { "PostToolUse": [ { "matcher": "Write|Edit|MultiEdit", "hooks": [ { "type": "command", "command": ".claude/hooks/lint-on-edit.sh", "timeout": 30, "statusMessage": "Linting..." } ] } ], "Stop": [ { "hooks": [ { "type": "command", "command": "npm run typecheck 2>&1" } ] } ] } }