597 B
597 B
CI/CD, Budgets, Required Workflow
Pipeline (Gitea)
- Lint, Typecheck, Biome/Prettier
- Unit tests (Vitest) + Component (RTL)
- Build
- Migration dry‑run
- E2E (Playwright) on preview env
- Bundle size budgets enforced (fail on overage)
- Release tagging (semver) + notes
Required Workflow
- Run Context7 checks for new deps, upgrades, DS changes
- Check shadcn registry before custom components
- Use Cloudflare MCP for all DB ops (incl. migrations)
- Plan & Act for complex features; reference existing patterns
- Clarify ambiguous requirements early; provide confidence rating