Project CLAUDE.md
A production-ready project memory file that captures conventions, review rules, and verification steps.
# Project Instructions
## Workflow
- Read the existing code before editing.
- Prefer targeted changes over broad rewrites.
- Run the smallest useful verification command before handoff.
## Code Style
- Use named exports only.
- Reuse existing components and utilities before introducing new ones.
- Keep UI copy concise and accessible.
## Reviews
- Review feature branch diffs, not main.
- Group findings by severity: critical, important, nitpick.
## Safety
- Ask before destructive git operations.
- Do not commit unless explicitly requested.