Before submitting changes, make sure the relevant checks pass:
pnpm lintpnpm lint:stylepnpm testpnpm test:typesfor packages that expose public types- the touched app/package's own TypeScript validation command (
tsc, framework typecheck, or build)
AI-generated code follows the same bar as any other contribution. If an AI-assisted change introduces or touches TypeScript, ESLint, Stylelint, or public type-surface code, the corresponding checks must be run and fixed before the change is considered ready.