mirror of
https://github.com/ruvnet/RuView
synced 2026-08-02 19:11:46 +00:00
90b29595fb
Adds the accepted ADR-285 Homecore metaharness, WASM-first kernel, read-only MCP guidance, guarded local host adapters, reviewed memory, and provenance-only npm release gates.
12 lines
549 B
Markdown
12 lines
549 B
Markdown
# Review a Home Assistant migration
|
|
|
|
1. Run the migration CLI's inspect path before any write.
|
|
2. Treat `.storage` and YAML as untrusted versioned input.
|
|
3. Require hard failure for unsupported schema versions.
|
|
4. Preserve unknown forward-compatible config-entry fields.
|
|
5. Use explicit destinations and atomic no-clobber writes.
|
|
6. Never include secret values in errors, logs, issues, or transcripts.
|
|
|
|
Automation conversion, secret-reference resolution, and integration execution
|
|
must be described according to their current implementation status.
|