Files
ruvnet--RuView/harness/homecore/.harness/claims.json
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

21 lines
602 B
JSON

{
"schema": 1,
"claims": [
{
"id": "wasm-first-kernel",
"evidence": "REPOSITORY",
"claim": "The CLI requests the packaged metaharness WASM backend first and reports any fallback."
},
{
"id": "homecore-capability-catalog",
"evidence": "REPOSITORY",
"claim": "Guidance records cite Homecore source paths, validation commands, and explicit limitations."
},
{
"id": "host-least-authority",
"evidence": "POLICY",
"claim": "Local Claude Code and Codex adapters are read-only by default and require two write opt-ins."
}
]
}