What problem does it solve? It lets you design and verify a simulated live shop window in OpenHarness, where streaming product prices test whether the Jev model can correctly identify real deals versus noise-driven wobbles. ## Core Features & Use Cases - Shop Configuration: Edit shopper.json to define products, prices, drift, volatility, tick rate, budget, and deal thresholds, with the viewer updating live without restarts. - Validation: Run node "$JEV_DSH/toolchain/check.mjs" to verify shop configs for missing titles, duplicate names, out-of-range volatility, and other schema errors. - Direct Model Queries: Use toolchain/jev.mjs to ask Jev for its best-buy read on a price window before committing to a shop design, with a deterministic mock when no API key is set. - Use Case: Tune the vol parameter from 0.01 to 0.15 and watch Jev's deal-call accuracy drop from near-perfect to about half, measuring how noise degrades buying decisions. ## Quick Start Edit shopper.json to define your products and price noise, then run the check script and watch Jev call deals in the live viewer.