mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-08-26 17:31:34 +00:00
STEP 1 audit of the live DB revealed 6 distinct prefixes across the 39 residual NULL rows, not just ⏳ WX / ⚠️ Road Incident as originally anticipated: nws_alerts (30): 🌬️ Special Weather Statement (25) — NWS SPS via nws.py ⛈️ Severe Thunderstorm Warning (3) — NWS SVR via nws.py 🌩️ Update: Severe Thunderstorm (1) — NWS update via nws.py ⏳ WX: (1) — legacy composer weather-watch traffic_events (9): ⚠️ Road Incident (7) — incident_handler.py (sub_type incident) 🚫 Road Closed (2) — incident_handler.py (sub_type road_closed/closure) TEXT_HINTS additions: 🌬️ / ⛈️ / 🌩️ → Weather; 🚫 → Traffic. All 6 prefixes are unambiguous (confirmed against formatter source + live data). DB: 39 rows backfilled (audit table only). Final NULL residual = 0. No mesh transmission. Co-authored-by: Matt Johnson <mj@k7zvx.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| node_modules | ||
| public | ||
| src | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||