17

Testing and quality

Operations1 min read

Use focused feedback while iterating and the complete gate before handoff.

Repository quality gate
$ pnpm hooks:install$ pnpm format:check$ pnpm lint$ pnpm typecheck$ pnpm testpnpm quality:full

Every new policy, tool, approval rule, and financial action needs positive coverage, negative abuse coverage, and integration proof. User-facing changes also require a real browser, simulator, or API walkthrough.

Was this page helpful?

Edit on GitHub