17 lines
597 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CI/CD, Budgets, Required Workflow
## Pipeline (Gitea)
1) Lint, Typecheck, Biome/Prettier
2) Unit tests (Vitest) + Component (RTL)
3) Build
4) Migration dryrun
5) E2E (Playwright) on preview env
6) Bundle size budgets enforced (fail on overage)
7) 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