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