polish: wizard secure defaults, full summary, architecture SVG update
Wizard: - Default autonomy now Supervised + workspace_only=true (was Full + false) - print_summary shows Tunnel, Composio, Secrets, Gateway status - run_quick_setup shows Gateway, Tunnel, Composio in summary - Quick setup next steps include gateway command - Removed unused AutonomyLevel import Architecture SVG: - Sandbox section: 'Default: Supervised + workspace-only' - Wizard section: 'Live connection testing | Secure defaults' - Step 3: '7 channels + live test', Step 7: '8 workspace MD files' - Wizard output summary line listing all 9 config areas - Footer: 8 traits, 17,800+ lines, 0 clippy warnings README: - Config example clarifies supervised + workspace_only are defaults 1,017 tests, 0 clippy warnings, cargo fmt clean.
This commit is contained in:
parent
1fd51f1984
commit
a74a774ad5
3 changed files with 88 additions and 32 deletions
|
|
@ -141,8 +141,8 @@ require_pairing = true # require pairing code on first connect
|
|||
allow_public_bind = false # refuse 0.0.0.0 without tunnel
|
||||
|
||||
[autonomy]
|
||||
level = "supervised" # "readonly", "supervised", "full"
|
||||
workspace_only = true
|
||||
level = "supervised" # "readonly", "supervised", "full" (default: supervised)
|
||||
workspace_only = true # default: true — scoped to workspace
|
||||
allowed_commands = ["git", "npm", "cargo", "ls", "cat", "grep"]
|
||||
forbidden_paths = ["/etc", "/root", "/proc", "/sys", "~/.ssh", "~/.gnupg", "~/.aws"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue