* feat(intelligence): surface coal and TTF gas spot prices in analyst context
- Add TTF=F (TTF Natural Gas) to scripts/shared/commodities.json after NG=F
- Add coalSpotPrice and gasSpotTtf fields to AnalystContext interface
- Add extractCommodityQuote and buildSpotCommodityLine helpers in chat-analyst-context.ts
- Derive coal (MTF=F) and TTF (TTF=F) from already-fetched commodities bootstrap, no extra Redis calls
- Gate on SPOT_ENERGY_DOMAINS (economic, geo, all)
- Register both fields in SOURCE_LABELS with CoalSpot/GasTTF labels
- Add coalSpotPrice and gasSpotTtf to DOMAIN_SECTIONS for geo and economic in chat-analyst-prompt.ts
- Push Coal Spot Price and TTF Gas Price sections into context when present
* fix(energy): use correct unit for Newcastle coal (/t not /MWh)
buildSpotCommodityLine hardcoded /MWh for all commodities. Coal is
priced per metric ton. Added denominator parameter with /MWh default,
pass /t for Newcastle coal.
* feat(commodity): add gold layer enhancements from fork review
Enrich the commodity variant with learnings from Yazan-Abuawwad/gold-monitor fork:
- Add 10 missing gold mines to MINING_SITES: Muruntau (world's largest
open-pit gold mine), Kibali (DRC), Sukhoi Log (Russia, development),
Ahafo (Ghana), Loulo-Gounkoto (Mali), South Deep (SA), Kumtor
(Kyrgyzstan), Yanacocha (Peru), Cerro Negro (Argentina), Tropicana
(Australia). Covers ~40% of top-20 global mines previously absent.
- Add XAUUSD=X spot gold and 9 FX pairs (EUR, GBP, JPY, CNY, INR, AUD,
CHF, CAD, TRY) to shared/commodities.json. All =X symbols auto-seeded
via existing seedCommodityQuotes() — no new seeder needed. Registered
in YAHOO_ONLY_SYMBOLS in both _shared.ts and ais-relay.cjs.
- Add XAU/FX tab to CommoditiesPanel showing gold priced in 10 currencies.
Computed live from GC=F * FX rates. Commodity variant only.
- Fix InsightsPanel brief title: commodity variant now shows
"⛏️ COMMODITY BRIEF" instead of "🌍 WORLD BRIEF".
- Route commodity variant daily market brief to commodity feed categories
(commodity-news, gold-silver, mining-news, energy, critical-minerals)
via new newsCategories option on BuildDailyMarketBriefOptions.
- Add Gold Silver Worlds + FX Empire Gold direct RSS feeds to gold-silver
panel (9 sources total, up from 7).
* fix(commodity): address review findings from PR #2464
- Fix USDCHF=X multiply direction: was true (wrong), now false (USD/CHF is USD-per-CHF convention)
- Fix newsCategories augments BRIEF_NEWS_CATEGORIES instead of replacing (preserves macro/Fed context in commodity brief)
- Add goldsilverworlds.com + www.fxempire.com to RSS allowlist (api + shared + scripts/shared)
- Rename "Metals" tab label conditionally: commodity variant gets "Metals", others keep "Commodities"
- Reset _tab to "commodities" when hasXau becomes false (prevent stale XAU tab re-activation)
- Add Number.isFinite() guard in _renderXau() before computing xauPrice
- Narrow fxMap filter to =X symbols only
- Collapse redundant two-branch number formatter to Math.round().toLocaleString()
- Remove XAUUSD=X from shared/commodities.json: seeded but never displayed (saves 150ms/cycle)
* feat(mcp): add get_commodity_geo tool and update get_market_data description
* fix(commodity): correct USDCHF direction, replace headline categories, restore dep overrides
* fix(commodity): empty XAU grid fallback and restore FRED timeout to 20s
* fix(commodity): remove XAU/USD from MCP description, revert Metals tab label
* fix(commodity): remove dead XAUUSD=X from YAHOO_ONLY_SYMBOLS
XAU widget uses GC=F as base price, not XAUUSD=X. Symbol was never
seeded (not in commodities.json) and never referenced in the UI.
* 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)
Railway rootDirectory isolates build context — postinstall cp from
../shared/ fails because parent dirs aren't in the Nixpacks image.
Commit JSON/CJS configs directly into scripts/shared/.
- Remove useless postinstall from scripts/package.json
- Remove scripts/shared/ from .gitignore
- Commit all shared config files into scripts/shared/
- Add sync test to catch drift between shared/ and scripts/shared/