wickworks v0.1.0 — initial release FastAPI OHLC primitives service. Single endpoint POST /analyze: send bars + indicator config, get back canonical indicator series, divergences, SMC structure, and a compact summary block. Highlights - ~55 indicators routed through one registry (pandas_ta + smartmoneyconcepts + numba-accelerated SMC fast path) - Closed-form math reference tests, determinism, append-only stability, warmup-region and indicator-isolation coverage (~280 tests) - Volume contract pinned: tickVolume is canonical; realVolume is accepted but silently ignored by the registry - Docker image: psyb0t/wickworks