v1.1.0: pooled runtime, 959 tests, production hardening (0 squash)
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
## 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. -->
|
||||
Reference in New Issue
Block a user