Move agent cwd to /workspaces/ emptyDir volume

Separates working directory (ephemeral, /workspaces/) from agent
home/config directory (persistent, /paperclip/). Prevents branch
switching in one agent's work from breaking other agents' instructions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-21 18:27:49 -04:00
parent 66d78ef403
commit 8148e00c50
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
```json
{
"cwd": "/paperclip/privilegedescalation/agents/cmo",
"cwd": "/workspaces/privilegedescalation/cmo",
"env": {
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/cmo" },
"MINIMAX_API_KEY": { "type": "secret_ref", "secretId": "fc5a9197-9084-4478-a63d-b1c00a901f9e" },