v1.1.0: pooled runtime, 959 tests, production hardening (0 squash)

This commit is contained in:
John Dvorak
2025-08-15 10:00:00 -07:00
commit 92deb689cd
321 changed files with 79170 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
// imhotep-state — State snapshot system for Imhotep
//
// Materializes geometry snapshots for UI states (default, hover, focus,
// focus-visible, active) and supports transition sampling for animation
// assertions. All backend dependencies are injected via adapter interfaces.
export * from './snapshots.js'
export * from './states.js'
export * from './transitions.js'
export * from './materializer.js'
export * from './supported-matrix.js'