Commit 83dd3494b1fc
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"]
}
}