Commit 83dd3494b1fc

Vincent Demeester <vincent@sbr.pm>
2026-02-08 22:35:16
fix(pi): added ~/.claude/debug to sandbox allowWrite paths
The sandbox runtime requires write access to ~/.claude/debug directory. Without this, bwrap fails with 'Can't mkdir' error.
1 parent dd2d0ef
Changed files (1)
dots
pi
agent
extensions
sandbox
dots/pi/agent/extensions/sandbox/README.md
@@ -65,7 +65,7 @@ Configuration files are merged with project-local taking precedence:
   },
   "filesystem": {
     "denyRead": ["~/.ssh", "~/.aws", "~/.gnupg"],
-    "allowWrite": [".", "/tmp"],
+    "allowWrite": [".", "/tmp", "~/.claude/debug"],
     "denyWrite": [".env", ".env.*", "*.pem", "*.key"]
   }
 }