Developer Documentation

Engineering Quality

Sprint 20 adds real quality infrastructure for the monorepo: ESLint linting, Vitest unit tests, Playwright smoke tests, GitHub Actions CI, environment validation, seed idempotency

Use this when...

Use this when you need a quick orientation to Developer Documentation.

Sprint 20 adds real quality infrastructure for the monorepo: ESLint linting, Vitest unit tests, Playwright smoke tests, GitHub Actions CI, environment validation, seed idempotency checks, and release governance documentation.

The quality gates are intentionally honest. pnpm lint runs ESLint, pnpm test runs Vitest, and browser smoke tests use pnpm test:smoke because they require local web/docs servers, seeded credentials, and Playwright browsers.

No production deployment, external integration, production secret, or autonomous messaging behavior is introduced by this sprint.

Developer Details
Source
apps/docs/content/engineering-quality/README.md
Owner
Module Owner
Status
Current
Module
Developer Documentation
Related route
None