spaxel/mothership/internal/fleet
jedarden 54653c9404 feat: verify diurnal adaptive baseline implementation complete
Verified the diurnal adaptive baseline system is fully implemented:
- 24 hourly slots per link per subcarrier
- 7-day learning phase with >=300 samples/slot requirement
- Motion-gated updates with outlier protection
- 15-minute crossfade at hour boundaries
- SQLite persistence with diurnal_baselines table
- 24-hour polar chart dashboard visualization
- REST API endpoints for diurnal data
- Comprehensive test coverage (45+ tests)

All acceptance criteria met:
- Baseline correctly crossfades at hour boundaries (±60s)
- Motion events during learning do not corrupt slots
- Polar chart renders for links with >=1 ready slot
- No performance regression: baseline lookup remains O(1)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 09:04:37 -04:00
..
fleet_test.go test: add comprehensive tests for auto-away/disarm and system mode endpoints 2026-04-09 07:26:34 -04:00
fleethandler.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
handler.go feat: implement REST API endpoint for node identify 2026-04-09 07:15:20 -04:00
handler_test.go test: add comprehensive tests for auto-away/disarm and system mode endpoints 2026-04-09 07:26:34 -04:00
healer.go feat(diagnostics): implement link weather diagnostics and repositioning advice 2026-03-29 11:48:38 -04:00
healer_test.go feat(signal): implement Phase 5 Reliability & Intelligence 2026-03-29 12:16:56 -04:00
manager.go feat: add Identify button to fleet status page 2026-04-09 07:17:13 -04:00
optimiser.go feat: add new internal packages (events, automation, ble, falldetect, mqtt, notify, prediction, sleep, tracker, zones, analytics) and dashboard modules (anomaly, automations, blepanel, fleet) 2026-04-06 09:48:31 -04:00
registry.go feat: implement OUI lookup function 2026-04-09 06:27:26 -04:00
selfheal.go feat: verify diurnal adaptive baseline implementation complete 2026-04-09 09:04:37 -04:00
selfheal_test.go feat: add new internal packages (events, automation, ble, falldetect, mqtt, notify, prediction, sleep, tracker, zones, analytics) and dashboard modules (anomaly, automations, blepanel, fleet) 2026-04-06 09:48:31 -04:00
weather.go feat(diagnostics): implement link weather diagnostics and repositioning advice 2026-03-29 11:48:38 -04:00