npm run typecheck
npm run build
npm run build-plugin-manifest
npm testnpm run build must run before plugin tests because repository plugins import
the compiled public package exports. The core package contains no site
adapters; npm test runs the unit and generic plugin projects.
Bundled skills are generated from skill-src/ with litprompt. After editing a
*.src.md file:
make build
make verifynpx vitest run --project unit src/skills.test.ts
npx vitest run --project unit src/package-exports.test.ts
npx vitest run --project unit src/convention-audit.test.ts src/runtime-copy.test.ts
npm run test:plugin -- --reporter=verboseRun:
npx vitest run --project e2e tests/e2e/cloak-runtime.test.tsThe first run may download the CloakBrowser Chromium binary. Browser-backed tests no longer require a Chrome extension.