963 B
963 B
Summary
Checklist
- Build passes (
npm run build) - Type check passes (
npm run typecheck) - Unit tests pass (
npm test) - E2E tests pass (
npx playwright test) - External smoke test passes (
npm run test:external-smoke) - Benchmarks not regressed (
npm run test -w imhotep-bench) - No new lint warnings (
npm run lint) - If changing public API: CHANGELOG updated
- If adding new package feature: SKILLS.md updated
Packages changed
- imhotep-core
- imhotep-geometry
- imhotep-cdp
- imhotep-dsl
- imhotep-extractor
- imhotep-state
- imhotep-reporter
- imhotep-solver
- imhotep-topology
- imhotep-playwright
- imhotep (umbrella)
- imhotep-fixtures
- imhotep-cli
- imhotep-bench