Files
ruvnet--RuView/harness/homecore/skills/migrate.md
T
rUv 90b29595fb feat(homecore): add WASM-first developer metaharness (#1477)
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.
2026-07-29 19:51:21 -04:00

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.