Contributing
Development
Pull Requests
- Create a branch from
main - Make your changes
- Run
pnpm lint && pnpm test && pnpm build - Submit a PR
Code Style
- Prettier handles formatting (run
pnpm format) - TypeScript strict mode is enforced
- All new database tables must have RLS policies
- Tests live next to source files

