39 lines
963 B
Markdown
39 lines
963 B
Markdown
## Summary
|
|
|
|
<!-- Brief description of the change and why. -->
|
|
|
|
## 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
|
|
|
|
<!-- Check all that apply -->
|
|
|
|
- [ ] 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
|
|
|
|
## Testing
|
|
|
|
<!-- How was this change tested? Include relevant test commands or scripts. -->
|