No description
|
Some checks are pending
CI Benchmark - Fusion Loop Timing / Fusion Loop Timing Benchmark (push) Waiting to run
The prediction subsystem previously created 8 tables at runtime without version tracking in separate SQLite databases (prediction.db, prediction_accuracy.db). This created schema drift issues where changes were unversioned and difficult to track. Changes: - Add prediction_schema_version table to prediction.db (model.go) - Add prediction_accuracy_schema_version table to prediction_accuracy.db (accuracy.go) - Convert migrate() functions to use versioned migrations (version 1) - All 8 tables now created through versioned migration system: - zone_transitions_history, transition_probabilities, dwell_times, person_zone_entry - recorded_predictions, accuracy_stats, zone_occupancy_patterns, zone_occupancy_history Closes: bf-38wcp |
||
|---|---|---|
| .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 | ||