cmux/web/app
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
..
[locale] fix: correct Claude Code hooks config to match actual schema (#1388) 2026-03-15 16:49:42 -07:00
api Change feedback recipient to feedback@manaflow.com (#1007) 2026-03-06 00:36:35 -08:00
apple-icon.png Add landing page (web/) with Next.js + Tailwind 2026-02-09 20:51:27 -08:00
env.ts Add sidebar help menu to footer (#958) 2026-03-05 21:00:42 -08:00
favicon.ico Add landing page (web/) with Next.js + Tailwind 2026-02-09 20:51:27 -08:00
globals.css Fade in GitHub stars badge and reduce right padding (#703) 2026-03-01 18:53:06 -08:00
icon.png Add landing page (web/) with Next.js + Tailwind 2026-02-09 20:51:27 -08:00
layout.tsx Internationalize website with next-intl for 19 languages (#1216) 2026-03-12 05:36:58 -07:00
robots.ts Add docs, blog, community pages and polish landing page layout 2026-02-09 23:38:05 -08:00
sitemap.ts Add /nightly page (#1378) 2026-03-13 07:41:30 -07:00