feat(panels): AI Market Implications — LLM trade signals from live world state (#2146) (#2165)

* fix(intelligence): use camelCase field names for ListMarketImplicationsResponse

* fix(bootstrap): register marketImplications in cache-keys.ts and add hydration consumer

* chore: stage all market-implications feature files for proto freshness check

* feat(market-implications): add LLM routing env vars for market implications stage

* fix(market-implications): move types to services layer to fix boundary violation

* fix: add list-market-implications gateway tier entry

* fix(market-implications): add health.js entries + i18n tooltip key

- api/health.js: add marketImplications to BOOTSTRAP_KEYS
  ('intelligence:market-implications:v1') and SEED_META
  (seed-meta:intelligence:market-implications, maxStaleMin=150 = 2x
  the 75min TTL, matching gold standard)
- en.json: add components.marketImplications.infoTooltip which was
  referenced in MarketImplicationsPanel but missing from locales

* fix(market-implications): wire CMD+K entry and panels.marketImplications i18n key

- commands.ts: add panel:market-implications command with trade/signal
  keywords so the panel appears in CMD+K search
- en.json: add panels.marketImplications used by UnifiedSettings panel
  toggle display and SearchModal label resolution
This commit is contained in:
Elie Habib
2026-03-24 08:01:47 +04:00
committed by GitHub
parent b4e514a4f4
commit a1c3c1d684
22 changed files with 657 additions and 2 deletions

File diff suppressed because one or more lines are too long