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:
+1
-1
@@ -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" },
|
||||
|
||||
+1
-1
@@ -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" },
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
|
||||
```json
|
||||
{
|
||||
"cwd": "/paperclip/privilegedescalation/agents/cto",
|
||||
"cwd": "/workspaces/privilegedescalation/cto",
|
||||
"env": {
|
||||
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/cto" },
|
||||
"GITHUB_APP_ID_NANCY": { "type": "plain", "value": "3141071" },
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
```json
|
||||
{
|
||||
"cwd": "/paperclip/privilegedescalation/agents/engineering/gandalf",
|
||||
"cwd": "/workspaces/privilegedescalation/engineering/gandalf",
|
||||
"env": {
|
||||
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/engineering/gandalf" },
|
||||
"GITHUB_APP_ID_GANDALF": { "type": "plain", "value": "3141264" },
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
```json
|
||||
{
|
||||
"cwd": "/paperclip/privilegedescalation/agents/engineering/hugh",
|
||||
"cwd": "/workspaces/privilegedescalation/engineering/hugh",
|
||||
"env": {
|
||||
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/engineering/hugh" },
|
||||
"GITHUB_APP_ID_HUGH": { "type": "plain", "value": "3141264" },
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
```json
|
||||
{
|
||||
"cwd": "/paperclip/privilegedescalation/agents/engineering/regina",
|
||||
"cwd": "/workspaces/privilegedescalation/engineering/regina",
|
||||
"env": {
|
||||
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/engineering/regina" },
|
||||
"MINIMAX_API_KEY": { "type": "secret_ref", "secretId": "fc5a9197-9084-4478-a63d-b1c00a901f9e" },
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
```json
|
||||
{
|
||||
"cwd": "/paperclip/privilegedescalation/agents/marketing/samuel",
|
||||
"cwd": "/workspaces/privilegedescalation/marketing/samuel",
|
||||
"env": {
|
||||
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/marketing/samuel" },
|
||||
"GITHUB_APP_ID_SAMUEL": { "type": "plain", "value": "3141264" },
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
|
||||
```json
|
||||
{
|
||||
"cwd": "/paperclip/privilegedescalation/agents/product",
|
||||
"cwd": "/workspaces/privilegedescalation/product",
|
||||
"env": {
|
||||
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/product" },
|
||||
"MINIMAX_API_KEY": { "type": "secret_ref", "secretId": "fc5a9197-9084-4478-a63d-b1c00a901f9e" },
|
||||
|
||||
Reference in New Issue
Block a user