mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
* feat(commodities): expand tracking to cover agricultural and coal futures Adds 9 new commodity symbols to cover the price rally visible in our intelligence feeds: Newcastle Coal (MTF=F), Wheat (ZW=F), Corn (ZC=F), Soybeans (ZS=F), Rough Rice (ZR=F), Coffee (KC=F), Sugar (SB=F), Cocoa (CC=F), and Cotton (CT=F). Also fixes ais-relay seeder to use display names from commodities.json instead of raw symbols, so seeded data is self-consistent. * fix(commodities): gold standard cache, 3-col grid, cleanup - Add upstashExpire on zero-quotes failure path so bootstrap key TTL extends during Yahoo outages (gold standard pattern) - Remove unreachable fallback in retry loop (COMMODITY_META always has the symbol since it mirrors COMMODITY_SYMBOLS) - Switch commodities panel to 3-column grid (19 items → ~7 rows vs 10)