cmux/web/app/[locale]
Max Schmitt 1460c97e85
fix: correct Claude Code hooks config to match actual schema (#1388)
The hooks configuration example used a format that was valid when
originally written but broke across two Claude Code releases:

- v1.0.41: Added `hook_event_name` to hook input, replacing the
  previous field name. The hook script was still reading `.event`,
  causing the case statement to always fall through to unknown.

- v2.1.63: Added HTTP hooks with `{ "type": "command", "command": "..." }`
  object format. Bare string paths in the hooks array are no longer
  valid now that hook type disambiguation is required.

Changes:
- Stop hooks now use the full matcher/hooks object structure
- PostToolUse inner hooks use typed command objects
- Hook script reads `hook_event_name` instead of `event`

Ref: https://docs.anthropic.com/en/docs/claude-code/hooks
2026-03-15 16:49:42 -07:00
..
(legal) Internationalize website with next-intl for 19 languages (#1216) 2026-03-12 05:36:58 -07:00
assets Internationalize website with next-intl for 19 languages (#1216) 2026-03-12 05:36:58 -07:00
blog Internationalize website with next-intl for 19 languages (#1216) 2026-03-12 05:36:58 -07:00
community Internationalize website with next-intl for 19 languages (#1216) 2026-03-12 05:36:58 -07:00
components Add /nightly page (#1378) 2026-03-13 07:41:30 -07:00
docs fix: correct Claude Code hooks config to match actual schema (#1388) 2026-03-15 16:49:42 -07:00
nightly Add /nightly page (#1378) 2026-03-13 07:41:30 -07:00
wall-of-love Internationalize website with next-intl for 19 languages (#1216) 2026-03-12 05:36:58 -07:00
keyboard-shortcuts.tsx Internationalize website with next-intl for 19 languages (#1216) 2026-03-12 05:36:58 -07:00
layout.tsx Internationalize website with next-intl for 19 languages (#1216) 2026-03-12 05:36:58 -07:00
page.tsx Internationalize website with next-intl for 19 languages (#1216) 2026-03-12 05:36:58 -07:00
posthog.tsx Internationalize website with next-intl for 19 languages (#1216) 2026-03-12 05:36:58 -07:00
providers.tsx Internationalize website with next-intl for 19 languages (#1216) 2026-03-12 05:36:58 -07:00
testimonials.tsx Internationalize website with next-intl for 19 languages (#1216) 2026-03-12 05:36:58 -07:00
theme.tsx Internationalize website with next-intl for 19 languages (#1216) 2026-03-12 05:36:58 -07:00
typing.tsx Internationalize website with next-intl for 19 languages (#1216) 2026-03-12 05:36:58 -07:00