Files
ruvnet--RuView/harness/homecore/skills/verify.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

14 lines
571 B
Markdown

# Verify Homecore
Choose the smallest relevant profile:
- `homecore verify --profile core --repo <checkout>`
- `homecore verify --profile wasm --repo <checkout>`
- `homecore verify --profile hap --repo <checkout>`
- `homecore verify --profile full --repo <checkout>`
The Wasm profile enables Wasmtime-specific plugin and server tests. The HAP
profile exercises the feature-gated protocol/server path. Passing tests prove
the software boundary exercised by those tests; they do not prove Apple
certification, third-party integration parity, or a production deployment.