Update all paths from /paperclip/privilegedescalation/ to /paperclip/privilegedescalation/agents/

Repo renamed from privilegedescalation/privilegedescalation to
privilegedescalation/agents. All filesystem paths in agent configs,
heartbeats, and tools updated to match the new on-disk location.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-15 19:30:47 -04:00
parent 69a1951318
commit 5d3785a96c
24 changed files with 41 additions and 41 deletions
+3 -3
View File
@@ -29,9 +29,9 @@
```json
{
"cwd": "/paperclip/privilegedescalation/ceo",
"cwd": "/paperclip/privilegedescalation/agents/ceo",
"env": {
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/ceo" },
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/ceo" },
"GITHUB_APP_ID_COUNTESS": { "type": "plain", "value": "3097914" },
"GITHUB_PEM_PATH_COUNTESS": { "type": "plain", "value": "/paperclip/secrets/github-pems/countess.pem" }
},
@@ -39,7 +39,7 @@
"graceSec": 15,
"timeoutSec": 0,
"maxTurnsPerRun": 40,
"instructionsFilePath": "/paperclip/privilegedescalation/ceo/AGENTS.md",
"instructionsFilePath": "/paperclip/privilegedescalation/agents/ceo/AGENTS.md",
"dangerouslySkipPermissions": true
}
```