mirror of
https://github.com/ruvnet/RuView
synced 2026-08-03 19:21:42 +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.
14 lines
571 B
Markdown
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.
|