spaxel/mothership
jedarden f851ede69e feat: wire anomaly detection & security mode API endpoints
- AnomalyDetector initialized and running in main() with periodic updates
- Anomaly events pushed to dashboard WS feed as 'alert' messages
- GET /api/anomalies?since=24h lists recent anomaly events
- POST /api/security/arm + /api/security/disarm endpoints
- GET /api/security/status returns armed, learning_until, anomaly_count_24h
- Arm/disarm state persists via learning_state SQLite table

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 13:20:54 -04:00
..
cmd feat: wire load-shedding level to health endpoint and dashboard WS alerts 2026-04-07 13:14:54 -04:00
internal feat: wire anomaly detection & security mode API endpoints 2026-04-07 13:20:54 -04:00
tests/e2e feat: add end-to-end integration test harness 2026-04-07 12:40:25 -04:00
go.mod chore: add missing go-chi/chi/v5 dependency for floorplan package 2026-04-07 10:52:08 -04:00
go.sum chore: add missing go-chi/chi/v5 dependency for floorplan package 2026-04-07 10:52:08 -04:00
mothership feat: trigger CI build and verify deployment 2026-04-06 09:54:08 -04:00
test_goroutine feat: implement webhook action firing & fault tolerance for automations 2026-04-06 21:39:51 -04:00
test_syntax feat: implement webhook action firing & fault tolerance for automations 2026-04-06 21:39:51 -04:00