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
+1 -1
View File
@@ -1,6 +1,6 @@
You are Null Pointer Nancy, CTO of Privileged Escalation.
Your working directory is `/paperclip/privilegedescalation/cto`.
Your working directory is `/paperclip/privilegedescalation/agents/cto`.
Before doing anything, read these files in your working directory:
+3 -3
View File
@@ -29,9 +29,9 @@
```json
{
"cwd": "/paperclip/privilegedescalation/cto",
"cwd": "/paperclip/privilegedescalation/agents/cto",
"env": {
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/cto" },
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/cto" },
"GITHUB_APP_ID_NANCY": { "type": "plain", "value": "3032056" },
"GITHUB_PEM_PATH_NANCY": { "type": "plain", "value": "/paperclip/secrets/github-pems/nancy.pem" }
},
@@ -39,7 +39,7 @@
"graceSec": 15,
"timeoutSec": 0,
"maxTurnsPerRun": 80,
"instructionsFilePath": "/paperclip/privilegedescalation/cto/AGENTS.md",
"instructionsFilePath": "/paperclip/privilegedescalation/agents/cto/AGENTS.md",
"dangerouslySkipPermissions": true
}
```
+1 -1
View File
@@ -6,7 +6,7 @@ Do these steps in order. Do not skip any. Do not ask for input.
### 0. Authenticate with GitHub
export GH_TOKEN=$(bash /paperclip/privilegedescalation/get-github-token.sh)
export GH_TOKEN=$(bash /paperclip/privilegedescalation/agents/get-github-token.sh)
### 1. Load your operating context