# THUNDERBOARD 6.0.202 Release Notes

## Summary
- 3.1.10 adds a Mac Mini primary startup runbook and copy/paste environment script.
- No warning logic is changed in this operations packaging pass.
- Official warning information remains the National Weather Service product.

## Feature Inventory
- 3.1.0 AI cache, payload hash, and configurable refresh interval.
- 3.1.1 Impact Confidence LOW / ELEVATED / HIGH demo modes.
- 3.1.2 Impact Confidence details page.
- 3.1.3 Local AI status diagnostics and tooltip health text.
- 3.1.4 operational wording cleanup.
- 3.1.5 /ai/self-test QA endpoint.
- 3.1.6 Mac Mini primary node identity support.
- 3.1.7 Impact details workflow polish.
- 3.1.8 Local AI cache status and clear tools.
- 3.1.9 release checklist and packaging notes.
- 3.1.10 Mac Mini startup runbook, shell export script, and validation commands.

## QA Checklist
- Python compile: python3 -m py_compile app.py
- Self-test: curl -s http://127.0.0.1:5050/ai/self-test | python3 -m json.tool
- Health check: curl -s http://127.0.0.1:5050/healthz | python3 -m json.tool
- Local AI health: curl -s http://127.0.0.1:5050/ai/health | python3 -m json.tool
- AI cache status: curl -s http://127.0.0.1:5050/ai/cache/status | python3 -m json.tool
- Mac Mini startup runbook: /release/mac-mini-startup
- Demo high details: /ai-impact/details?demo=high
- Dashboard UI: /

## Known Limitations
- Impact Confidence is decision support only and does not replace NWS products, radar review, field reports, or local EOC procedures.
- Local AI wording is only generated for active Linn County Tornado Warning or Severe Thunderstorm Warning packets.
- Demo mode is deterministic sample data and must not be treated as live weather information.
- Mac Mini primary mode currently runs with python3 app.py unless separately wrapped in launchd or another process manager. 3.1.10 provides the startup command set but does not install launchd automatically.
- Ubuntu secondary is intentionally not active in the current Mac-only validation path.

Decision Support Notice: Official warning information remains the National Weather Service product.
