feat(safety): default to guarded review with TUI approvals

This commit is contained in:
oyasumi
2026-08-11 06:53:30 +00:00
parent 32bd2a2181
commit 41b7b4f392
46 changed files with 2094 additions and 327 deletions
+1
View File
@@ -113,6 +113,7 @@ def test_resume_restores_a_target_less_workspace_mount(
"workspace_mount": str(work),
"instruction": "audit the auth flow",
"scan_mode": "deep",
"safety_mode": "guarded",
},
)
monkeypatch.setattr(sys, "argv", ["strix", "--resume", "pentest_abcd"])