Marc Shade and Claude Opus 4.6
561ed8e277
feat: add space weather + AI watch feeds, fix data binding issues
...
- Add space_weather source (NOAA SWPC: Kp index, X-ray flux, alerts)
- Add ai_watch source (arXiv cs.AI/LG/CL, HuggingFace, lab trending)
- Fix RSS circuit breaker: per-feed source names prevent cascade trips
- Fix displacement field: internally_displaced (was reading idps)
- Fix energy prices: handle nested oil.brent/wti structure
- Fix climate anomalies: use temp_anomaly_c and precip_anomaly_pct
- Fix news ticker: add feed_name to source fallback chain
- Remove defunct Reuters RSS feed, update War Zone URL
- Disable HTML caching for dev-friendly reloads
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-23 13:28:38 -05:00
Marc Shade and Claude Opus 4.6
15ecc8e3e1
feat: expand intelligence dashboard with 7 new feeds, tabbed UI, map, and charts
...
Backend: wire stablecoin_status, etf_flows, acled_events, ucdp_events,
displacement, risk_scores, and signal_convergence into the SSE overview
endpoint (23 total feeds, up from 16).
Frontend: complete rewrite with 7-tab navigation (Overview, Markets,
Security, Conflict & Humanitarian, Natural & Climate, Geospatial Map,
Trend Charts), Leaflet dark-tile map with toggleable layers, Chart.js
rolling time-series, feed health counter, and DOMPurify sanitization.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-23 12:49:11 -05:00
Marc Shade and Claude Opus 4.6
7a4036dc8d
feat: add live intelligence dashboard with SSE streaming
...
Starlette app serving a real-time dashboard at http://127.0.0.1:8501 .
17 intelligence domains updated every 30s via Server-Sent Events:
markets, crypto, sectors, macro, cyber, military, earthquakes,
wildfires, climate, news, predictions, energy, aviation, infra,
cables, nav warnings, trending keywords.
- DOMPurify for XSS-safe DOM updates
- Exponential backoff SSE reconnection
- Responsive dark-theme grid layout with Chart.js
- CLI: `intel dashboard [--port 8501]`
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-23 12:20:48 -05:00