mirror of
https://github.com/ruvnet/RuView
synced 2026-08-11 20:41:44 +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.
28 lines
628 B
JSON
28 lines
628 B
JSON
{
|
|
"schema": 1,
|
|
"architecture": "ADR-150 removable augmentation; RuView tools remain independently operable",
|
|
"defaultDeny": true,
|
|
"auditLog": true,
|
|
"requireApprovalForDangerous": true,
|
|
"toolTimeoutMs": 600000,
|
|
"maxToolCallsPerTurn": 20,
|
|
"readOnlyTools": [
|
|
"ruview_onboard",
|
|
"ruview_claim_check",
|
|
"ruview_verify",
|
|
"ruview_node_monitor",
|
|
"ruview_guidance",
|
|
"ruview_memory_search"
|
|
],
|
|
"dangerousTools": {
|
|
"ruview_calibrate": {
|
|
"grant": "workspace-write",
|
|
"confirm": true
|
|
},
|
|
"ruview_node_flash": {
|
|
"grant": "hardware-write",
|
|
"confirm": true
|
|
}
|
|
}
|
|
}
|