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
@@ -29,7 +29,7 @@
```json
{
"cwd": "/paperclip/privilegedescalation/agents/ceo",
"cwd": "/workspaces/privilegedescalation/ceo",
"env": {
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/ceo" },
"GITHUB_APP_ID_COUNTESS": { "type": "plain", "value": "3140977" },