{ "hooks": { "PostToolUse": [ { "matcher": "Edit|Write", "hooks": [ { "type": "command", "command": "echo 'Reminder: Consider using /code-review or /update-docs'" } ] } ], "PreToolUse": [ { "matcher": "Bash", "hooks": [ { "type": "command", "command": "bash /Users/hongming/Documents/GitHub/molecule-monorepo/.claude/hooks/check-inbox.sh" } ] } ] }, "mcpServers": { "chrome-devtools": { "command": "npx", "args": ["-y", "@anthropic/chrome-devtools-mcp"] }, "supabase": { "url": "https://mcp.supabase.com/mcp?project_ref=jdxhoqdnxshzbjasfhfz" } } }