spaxel/mothership/internal/api
jedarden aaa622d410 feat(ui): implement command palette (Component 34) with tests
- commandpalette.js: CommandPaletteManager with fuzzy scorer, time parsing,
  command registry (20 commands), recent history, entity search, mode gating
- commandpalette.css: modal overlay, search input, result list styles
- commandpalette.test.js: 64 tests covering fuzzy match, time parsing, commands
  completeness, keyboard nav, recent history, expert-mode gating, positioning
- app.js: spaxelGetState() exposure and Ctrl+K fallback listener
- index.html: includes commandpalette.css and commandpalette.js
- explainability.js + explain.go: detection explainability backend/frontend
- hub.go + server.go: dashboard WebSocket and API updates

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 19:51:16 -04:00
..
alerts.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
analytics.go feat: complete anomaly detection & security mode dashboard UI 2026-04-09 05:59:54 -04:00
analytics_test.go fix: resolve analytics API test failures and improve corridor response format 2026-04-11 08:34:24 -04:00
backup.go feat: implement SQLite Online Backup API streaming endpoint 2026-04-07 02:15:51 -04:00
backup_test.go feat: implement SQLite Online Backup API streaming endpoint 2026-04-07 02:15:51 -04:00
ble_test.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
briefing.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
briefing_test.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
diurnal.go fix: resolve remaining Go compilation errors across mqtt, analytics, localization, ingestion 2026-04-11 08:15:00 -04:00
diurnal_test.go feat: add diurnal baseline REST API endpoints 2026-04-09 08:53:31 -04:00
events.go feat(events): implement activity timeline with two-phase shutdown and test fixes 2026-04-13 19:08:02 -04:00
events_test.go feat(events): implement activity timeline with two-phase shutdown and test fixes 2026-04-13 19:08:02 -04:00
feedback.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
guided.go fix: resolve remaining Go compilation errors across mqtt, analytics, localization, ingestion 2026-04-11 08:15:00 -04:00
integrations.go feat: home automation integration (MQTT and webhooks) 2026-04-11 06:29:51 -04:00
localization.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
localization_test.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
notification_settings.go test(notify): add comprehensive tests for notification system 2026-04-13 17:42:26 -04:00
notification_settings_test.go test(notify): add comprehensive tests for notification system 2026-04-13 17:42:26 -04:00
notifications.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
notifications_test.go feat: home automation integration (MQTT and webhooks) 2026-04-11 06:29:51 -04:00
prediction.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
prediction_test.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
replay.go feat(ui): implement command palette (Component 34) with tests 2026-04-13 19:51:16 -04:00
replay_test.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
security.go feat: implement anomaly detection and security mode 2026-04-09 09:48:44 -04:00
security_test.go test: add missing GetSystemMode method to mockDetectorProvider 2026-04-11 06:39:16 -04:00
settings.go feat: implement guided troubleshooting with proactive contextual help 2026-04-10 04:25:31 -04:00
settings_test.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
simulator.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
tracks.go fix: resolve analytics API test failures and improve corridor response format 2026-04-11 08:34:24 -04:00
tracks_test.go feat: complete anomaly detection & security mode dashboard UI 2026-04-09 05:59:54 -04:00
triggers.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
triggers_test.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
utils.go feat: verify dashboard WebSocket feed supports events, alerts, BLE, triggers, health 2026-04-07 09:54:14 -04:00
volume_triggers.go feat: complete crowd flow visualization implementation 2026-04-11 07:27:21 -04:00
volume_triggers_test.go feat: wire anomaly detection & security mode API endpoints 2026-04-07 15:09:34 -04:00
zones.go feat: verify zones CRUD REST endpoints with full test coverage 2026-04-07 15:00:32 -04:00
zones_test.go feat: add missing name-required validation test for zone creation 2026-04-07 15:00:32 -04:00