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/cmo",
"cwd": "/paperclip/privilegedescalation/agents/cmo",
"env": {
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/cmo" },
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/cmo" },
"GITHUB_APP_ID_ADDISON": { "type": "plain", "value": "3032312" },
"GITHUB_PEM_PATH_ADDISON": { "type": "plain", "value": "/paperclip/secrets/github-pems/addison.pem" }
},
@@ -39,7 +39,7 @@
"graceSec": 15,
"timeoutSec": 0,
"maxTurnsPerRun": 80,
"instructionsFilePath": "/paperclip/privilegedescalation/cmo/AGENTS.md",
"instructionsFilePath": "/paperclip/privilegedescalation/agents/cmo/AGENTS.md",
"dangerouslySkipPermissions": true
}
```