Files
Vijay Janapa Reddi 4dbfe7152a fix(ci): repair labs WASM import + codespell typo surfaced by CI
- labs-validate-dev.yml: the Pyodide/WASM export smoke test imported the
  pre-taxonomy-refactor path `from mlsysim.core.engine import Engine`. The
  refactor moved Engine to mlsysim/engine/engine.py (exported at the package
  top level). Use the canonical public import `from mlsysim import Engine`.
  Fixes the "ModuleNotFoundError: No module named 'mlsysim.core.engine'" failure.
- LIVE_INTERVIEWER_PLAN.md: "pre-selects" -> "preselects" (codespell dictionary).
2026-05-29 23:56:21 -04:00
..