Skip to main content
  • npm run check: format (biome), lint, type-check, installer/rendering checks.
  • pnpm --dir web --filter @prime-agent/web dev: web dev server.
  • npx tsx ../../node_modules/vitest/dist/cli.js --run test/specific.test.ts: focused tests.
  • npm run release:patch / release:minor: lockstep version bump, changelog finalization, tag, publish.
  • biome.json: formatting/lint rules.
  • doctor.config.jsonc: React Doctor audit config with waivers (openui library, co-located charts, preview-loading false positive).
Related: Development workflow
Last modified on August 17, 2026