Unique case catalog
B001resource cleanup runs newest acquisition firstB002urgent work added during a pause runs before the older backlogB003maintenance mode keeps late urgent work gated and releases it firstB004a user steps through the manual preset and sees each visible transitionB005custom editor changes survive activity until the user synchronizesB006a user sees source preparation fail and can recover on the next runB007a user can stop active code and prevent further outputB008Given a served import map, when the bare package runs, then visible LIFO state changes
Run this suite
npm run test:behavioral
npm run test:behavioral:chromeeasy-stack works with bundlers and without a bundler. Bundlers resolve the bare package import normally; native browser ESM uses an import map with no build or transpilation step. B001–B003 are host-neutral acceptance scenarios replayed by Node and native coverage. B004–B008 drive the locally served Playground DOM in installed Chrome; B008 proves that native path, while the editor scenarios also cross the opaque Worker boundary.
Next suiteIntegration→