CLAUDE.md@.claude · git:20260629.2ffc0c1 · 2026-06-29 · sha256 fda9b9b1ee0d3c3b

CLAUDE.md@.claude git:20260629.2ffc0c1A

Immutable. This exact content is served forever at /api/v1/blob/fda9b9b1ee0d3c3b.

@../AGENTS.md

## Notes

- Respect hooks that change formatting; don't hand-format or re-run a formatter.

## Git

- **Never** add `Co-Authored-By` to commit messages.
- **Never** add "Generated with Claude Code" or any similar attribution to commits or PR
  descriptions.

## Pencil

- `design/comments.md` is strictly designer↔developer UI communication. Put code-level bug analysis in a GitHub issue, never there.

## Other

- **Never** use an empty catch block — log (`console.warn`/`console.error`) or re-throw.