You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Summary
Implement the demo architecture v2 spec from
docs/specifications/demo-architecture-v2.md.Root Cause (from Five-Whys Analysis)
TUI and WASM demos don't share exact same logic because:
Tasks
src/demos/engine.rswith DemoEngine traittests/probar_demos.rswith parity testexamples/experiments/orbit_earth_sun.yamlOrbitalEngine: impl DemoEngineTspEngine: impl DemoEngineKeplerConfig::earth_sun()callsAcceptance Criteria
cargo test --test probar_demosAll tests must pass.