mirror of
https://github.com/ruvnet/RuView
synced 2026-08-07 20:01:43 +00:00
a34bfc246e
Add a read-only guidance CLI/MCP surface with reviewed capability maturity, repository citations, validation commands, limitations, and shared-brain evidence. Bump @ruvnet/ruview to 0.3.1 and add release-tarball smoke coverage.
30 lines
706 B
JSON
30 lines
706 B
JSON
{
|
|
"schema": 1,
|
|
"policy": {
|
|
"default": "deny",
|
|
"readOnlyTools": [
|
|
"ruview_onboard",
|
|
"ruview_claim_check",
|
|
"ruview_verify",
|
|
"ruview_node_monitor",
|
|
"ruview_guidance",
|
|
"ruview_memory_search"
|
|
],
|
|
"grants": {
|
|
"workspace-write": {
|
|
"tools": ["ruview_calibrate"],
|
|
"requiresConfirmation": true
|
|
},
|
|
"hardware-write": {
|
|
"tools": ["ruview_node_flash"],
|
|
"requiresConfirmation": true
|
|
}
|
|
},
|
|
"agentHosts": {
|
|
"defaultMode": "read-only",
|
|
"writeRequires": ["allow-write", "confirm"],
|
|
"forbiddenFlags": ["dangerously-skip-permissions", "dangerously-bypass-approvals-and-sandbox"]
|
|
}
|
|
}
|
|
}
|