No description
|
Some checks are pending
CI Benchmark - Fusion Loop Timing / Fusion Loop Timing Benchmark (push) Waiting to run
Implements plan §Disk Full Handling: - Created internal/diskspace package with monitor goroutine (60s poll interval) - At <100 MB free: stop CSI replay buffer writes, emit system alert event - At <20 MB free: also pause crowd flow accumulation and prediction updates - Detection and localization continue regardless of disk state - Added /api/diskspace/stats endpoint for dashboard integration Changes: - internal/diskspace/monitor.go: Core monitor with state machine (normal/warning/critical) - internal/diskspace/monitor_test.go: Unit tests for pause/resume behavior - internal/recorder/manager.go: Added PauseWrites/ResumeWrites/IsPaused methods - internal/recorder/manager_test.go: Tests for paused frame dropping - internal/analytics/flow.go: Added PauseWrites/ResumeWrites/IsPaused methods - internal/analytics/flow_test.go: Tests for paused trajectory/dwell accumulation - internal/prediction/predictor.go: Added PauseUpdates/ResumeUpdates/IsPaused methods - internal/prediction/predictor_test.go: Tests for paused prediction updates - cmd/mothership/main.go: Integrated monitor initialization and API endpoint All writes are no-ops while paused, with automatic resume when space recovers. Closes: bf-4jb0a |
||
|---|---|---|
| .beads | ||
| .github/workflows | ||
| .marathon | ||
| cmd/sim | ||
| dashboard | ||
| docs | ||
| firmware | ||
| mothership | ||
| test/acceptance | ||
| tests/e2e | ||
| .dockerignore | ||
| .gitignore | ||
| .golangci.yml | ||
| .needle-predispatch-sha | ||
| .needle.yaml | ||
| API_IMPLEMENTATION_STATUS.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| fix_ble_handlers.py | ||
| go.work | ||
| PROGRESS.md | ||
| VERSION | ||