Move Common Commands to docs/COMMANDS.md and add docs/CONVENTIONS.md for frontend patterns (SWR, filters, Mantine, routing, API URLs). CLAUDE.md now only contains runtime rules and pointers.
610 B
610 B
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Runtime
Default to Bun instead of Node.js everywhere:
bun <file>notnode/ts-nodebun testnotjest/vitestbun installnotnpm install/yarn/pnpmbun run <script>notnpm runbunx <pkg>notnpx- Bun auto-loads
.env— never use dotenv.
Commands
See @docs/COMMANDS.md
Architecture
See @docs/ARCHITECTURE.md
Testing
See @docs/TESTING.md
Dev Tools
See @docs/DEV_TOOLS.md
Frontend Conventions
See @docs/CONVENTIONS.md