DevOps & Code Quality Linting & Formatting - Tool : ESLint ( ). - Config : / . - Rule : strict type checking is enabled in . Version Control - Branching : Feature branch workflow (main <- feature/xyz). - Commit Messages : Semantic commits preferred (e.g., , ). Continuous Integration (CI) (Future Implementation) - GitHub Actions : Recommended for running and on every PR. - Testing : - Unit: Jest (for utility logic). - E2E: Playwright (for auth flows). Secrets Management - Local : file (never committed). - Production : Vercel Environment Variables. ---