3 Commits

Author SHA1 Message Date
Sovran Systems d245e2ce0b Merge pull request #295 from naturallaw777/copilot/update-wipe-paths-array
Expand security reset wipe scope to include nix-bitcoin and Bisq state
2026-05-08 16:00:04 -05:00
copilot-swe-agent[bot] bb2603bea0 Add nix-bitcoin and Bisq data paths to security reset wipe list
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/8f922dd0-a5b0-42c6-af40-4bbd78a29ffa

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
2026-05-08 20:55:29 +00:00
copilot-swe-agent[bot] 8f96625c26 Initial plan 2026-05-08 20:53:48 +00:00
+3
View File
@@ -3795,6 +3795,9 @@ async def api_security_reset():
"/home/free/.ssh",
"/var/lib/lnd",
"/var/lib/vaultwarden",
"/etc/nix-bitcoin-secrets",
"/home/free/.local/share/Bisq",
"/home/free/.bisq",
]
errors: list[str] = []