No description
|
Some checks are pending
CI Benchmark - Fusion Loop Timing / Fusion Loop Timing Benchmark (push) Waiting to run
Add support for 'predicted_enter' trigger condition that fires when a prediction indicates a person is likely to enter a zone within a configured time window (default 30 minutes). Uses rising-edge detection with 60-minute cooldown per person-zone combination. Changes: - Add migration_017 to expand triggers table CHECK constraint to include 'predicted_enter' (SQLite table recreation required) - Update volume store init() for new databases with expanded constraint - Add predicted_enter to API validation in volume_triggers.go - Implement evaluatePredictedEnter() in volume store with rising-edge detection and cooldown tracking - Add PredictionProvider interface and SetPredictionProvider() methods to both volume.Store and automation.Engine - Wire predicted_enter evaluation into 10 Hz fusion tick pipeline Closes: bf-20sp3 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .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 | ||