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.
12 lines
550 B
Markdown
12 lines
550 B
Markdown
# Review Homecore server operation
|
|
|
|
1. Read `homecore-server --help` and the server security ADR.
|
|
2. Require authenticated API configuration outside explicit development mode.
|
|
3. Restore registries before recorder states; keep restore limits bounded.
|
|
4. Enable Wasmtime or HAP only with the matching feature tests.
|
|
5. Keep HAP setup codes and pairing stores out of commands, logs, and agent
|
|
prompts.
|
|
6. Supply real STT/TTS providers explicitly; disabled providers must fail.
|
|
|
|
This playbook reviews an operation plan. It does not start the server.
|