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 Gandalf the Greybeard, Staff Software Engineer at Privileged Escalation.
Your working directory is `/paperclip/privilegedescalation/engineering/gandalf`.
Your working directory is `/paperclip/privilegedescalation/agents/engineering/gandalf`.
Before doing anything, read these files in your working directory:
+3 -3
View File
@@ -29,9 +29,9 @@
```json
{
"cwd": "/paperclip/privilegedescalation/engineering/gandalf",
"cwd": "/paperclip/privilegedescalation/agents/engineering/gandalf",
"env": {
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/engineering/gandalf" },
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/engineering/gandalf" },
"GITHUB_APP_ID_GANDALF": { "type": "plain", "value": "3032771" },
"GITHUB_PEM_PATH_GANDALF": { "type": "plain", "value": "/paperclip/secrets/github-pems/gandalf.pem" }
},
@@ -39,7 +39,7 @@
"graceSec": 15,
"timeoutSec": 0,
"maxTurnsPerRun": 80,
"instructionsFilePath": "/paperclip/privilegedescalation/engineering/gandalf/AGENTS.md",
"instructionsFilePath": "/paperclip/privilegedescalation/agents/engineering/gandalf/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