spaxel/mothership/internal/db
jedarden 636f3efba2 feat: complete anomaly detection & security mode dashboard UI
- Add anomaly.css and sleep.css to dashboard includes
- Add sleep.js for sleep quality monitoring
- Implement analytics API handler (flow, dwell, corridors)
- Add tracks API and tests for time-based data queries
- Add sleep monitor tests
- AnomalyDetector initialized and running in main()
- Anomaly events broadcast via WebSocket to dashboard
- Security mode arm/disarm persists across restarts (learning_state table)
- Learning progress tracking and display
- Alert banner with acknowledge functionality
- All API endpoints wired: /api/anomalies, /api/security/*, /api/analytics/*

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 05:59:54 -04:00
..
db.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
migrate.go fix: resolve deadlock in database migration engine 2026-04-06 11:05:02 -04:00
migrate_test.go fix: resolve deadlock in database migration engine 2026-04-06 11:05:02 -04:00
migrations.go feat: complete anomaly detection & security mode dashboard UI 2026-04-09 05:59:54 -04:00
migrations.go.bak feat: implement database schema migration engine 2026-04-06 10:43:58 -04:00