Initial public release

This commit is contained in:
ajp_anton
2026-05-30 15:44:40 +00:00
commit cc4e0c2c0f
56 changed files with 11840 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Implementation Plan
This repo reboot implements a deterministic virtual light abstraction with:
- typed specs and validation
- one shared runtime/debug core
- a compiled light model plus a shared solve function
- exact-target solving with deterministic combination elimination
- deCONZ backend support
- Home Assistant MQTT bridge
- coalesced HA command queueing
- test coverage for color, solver, reverse mapping, queueing, and integration flows
The archived prototype remains available for reference but is not the implementation base.