Project instructions for Claude Code. Place this file at the root of your repository.
- Language:
- Framework:
- Package manager:
- Test runner:
- Use TypeScript strict mode
- Prefer named exports over default exports
- Write tests for all new functions
- Keep functions under 50 lines
src/
components/ # React components
lib/ # Utility functions
app/ # Next.js App Router pages
npm run dev # Start dev server
npm run build # Production build
npm test # Run tests
npm run lint # Lint check- Do NOT modify files in
src/generated/ - Always run tests before committing
- Use conventional commits (feat:, fix:, docs:, etc.)
- Read this file first
- Check
docs/tasks.mdfor current priorities - Ask before making architectural changes