Scripts
@frame/core owns cross-cutting logic, base configurators, schemas, and pure utilities with no UI dependencies.
Testing
Section titled “Testing”pnpm test: run unit tests with Vitestpnpm test:watch: interactive watch modepnpm test:coverage: coverage report for schemas and pure utilities
Quality
Section titled “Quality”pnpm lint: oxlintpnpm type-check:tsc --noEmit
[!NOTE] From the monorepo root, scope with
-F @frame/core(for examplepnpm type-check -F @frame/core).