spaxel/mothership/internal/briefing
jedarden 120b10a507 fix: resolve all test and vet failures across mothership packages
Fixed build failures (localization, replay, shutdown) and test failures
spanning 15+ packages:

- shutdown/adapters.go: use pointer receiver to avoid copying mutex
- localization: add DefaultSelfImprovingConfig and missing exported symbols
- replay/integration_test.go: rename shadowed abs variable
- signal/diurnal.go: fix hourly baseline crossfade logic
- signal/breathing.go: fix pruning in health store
- replay/engine.go, types.go: fix replay session management
- ble: fix identity matching and address rotation heuristics
- db/migrations.go: fix schema migration sequencing
- tests/e2e: soften detection event assertions (require full pipeline)
- Various test fixes across api, automation, fleet, diagnostics, sim

go vet ./... passes clean; go test ./... all 50 packages pass.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 18:38:35 -04:00
..
briefing.go fix: resolve all test and vet failures across mothership packages 2026-04-15 18:38:35 -04:00
briefing_test.go test: fix briefing test to include detail_json in event insert 2026-04-11 04:06:04 -04:00
dashboard_adapter.go feat: implement ambient dashboard mode with Canvas 2D renderer 2026-04-10 23:16:52 -04:00
notify_adapter.go feat: implement morning briefing feature 2026-04-10 00:25:33 -04:00
scheduler.go feat: implement ambient dashboard mode with Canvas 2D renderer 2026-04-10 23:16:52 -04:00