agents/SCRIPTS.md
The following scripts are defined at the repo root and can be run via pnpm <script-name>:
pnpm dev - start the demos on port 3000pnpm build - build all packages via Turborepopnpm lint - run oxlint checkspnpm lint:fix - run oxlint with auto-fixpnpm lint:staged - run lint-staged on staged filespnpm format - run oxfmt formatter checkpnpm format:fix - run oxfmt formatterpnpm check - run format check + lintpnpm check:fix - run format:fix + lint:fixpnpm fallow - full codebase scan (dead-code + dupes + health)pnpm fallow:audit - changed-code audit (verdict: pass/warn/fail)pnpm fallow:health - health score with refactor targetspnpm test - build then run all testspnpm test:unit - run Vitest unit tests in packages/**/__tests__/pnpm test:unit:dev - run Vitest in watch modepnpm test:e2e - run Playwright e2e tests headlessly in Chromiumpnpm test:e2e:firefox - same, in Firefoxpnpm test:e2e:all - same, in both browserspnpm test:e2e:open - run Playwright in UI mode (Chromium tests)pnpm test:e2e:open:firefox - UI mode, Firefox testspnpm test:e2e:open:all - UI mode, both browsers selectablepnpm test:e2e:report - open the HTML report from the last runpnpm serve - build and serve the demos on port 3000pnpm publish - build and publish with Changesetspnpm reset - remove caches, build artifacts, and reinstall depspnpm clean:packages - remove build artifacts from packagespnpm clean:packs - remove generated tarballspnpm make:demo - scaffold a new demo from the template