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