Add HOME env to all agents to isolate gitconfig and gh auth state
Each agent gets HOME set to their cwd so ~/.gitconfig and ~/.config/gh/ don't collide between concurrent heartbeats. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
{
|
||||
"cwd": "/paperclip/privilegedescalation/ceo",
|
||||
"env": {
|
||||
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/ceo" },
|
||||
"GITHUB_APP_ID_COUNTESS": { "type": "plain", "value": "3097914" },
|
||||
"GITHUB_PEM_PATH_COUNTESS": { "type": "plain", "value": "/paperclip/secrets/github-pems/countess.pem" }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user