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:
2026-03-15 14:55:44 -04:00
parent 6b1b5e744b
commit 69a1951318
7 changed files with 7 additions and 0 deletions
+1
View File
@@ -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" }
},