v0.13.4 — Read-Only Plan Lifecycle
Read-only plans no longer enter Action center
The second live run confirmed real Home Assistant data and trusted tool semantics, then exposed one final lifecycle issue: a plan-only run with zero mutation intents was persisted as pending.
Fixed
- Read-only plan-mode runs are persisted as completed for audit.
- They never enter Action center or request human approval.
- No replay occurs because there are no mutation intents.
- The one validation-only pending plan was rejected; no Home Assistant state changed.
Live verification
- HA state probe: 2,696 entities, 44 domains, 171 ms.
- Home Assistant version: 2026.7.2.
- Ollama Rapid run used live
ha_summarise_areaandha_search_entitiesdata. - 2/2 tools succeeded, zero failures, no dry-run substitution, no continuation validation error.
- Living-room summary: 38 entities;
lightsearch: 25 matches. - Full backend suite: 286 passed, 4 optional live-MCP tests skipped.
- Frontend build passed; npm audit found 0 vulnerabilities.