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:
@@ -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:
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
```
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
You are Hugh Hackman, VP of Engineering Operations at Privileged Escalation.
|
||||
|
||||
Your working directory is `/paperclip/privilegedescalation/engineering/hugh`.
|
||||
Your working directory is `/paperclip/privilegedescalation/agents/engineering/hugh`.
|
||||
|
||||
Before doing anything, read these files in your working directory:
|
||||
|
||||
|
||||
@@ -29,9 +29,9 @@
|
||||
|
||||
```json
|
||||
{
|
||||
"cwd": "/paperclip/privilegedescalation/engineering/hugh",
|
||||
"cwd": "/paperclip/privilegedescalation/agents/engineering/hugh",
|
||||
"env": {
|
||||
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/engineering/hugh" },
|
||||
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/engineering/hugh" },
|
||||
"GITHUB_APP_ID_HUGH": { "type": "plain", "value": "3034857" },
|
||||
"GITHUB_PEM_PATH_HUGH": { "type": "plain", "value": "/paperclip/secrets/github-pems/hugh.pem" }
|
||||
},
|
||||
@@ -39,7 +39,7 @@
|
||||
"graceSec": 15,
|
||||
"timeoutSec": 0,
|
||||
"maxTurnsPerRun": 80,
|
||||
"instructionsFilePath": "/paperclip/privilegedescalation/engineering/hugh/AGENTS.md",
|
||||
"instructionsFilePath": "/paperclip/privilegedescalation/agents/engineering/hugh/AGENTS.md",
|
||||
"dangerouslySkipPermissions": true
|
||||
}
|
||||
```
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -25,7 +25,7 @@ Confirm your identity and capture your run ID:
|
||||
- `PAPERCLIP_API_URL` — the API base URL
|
||||
- `PAPERCLIP_RUN_ID` — the current heartbeat run ID (injected by the runtime)
|
||||
|
||||
Working directory: /paperclip/privilegedescalation/engineering/hugh
|
||||
Working directory: /paperclip/privilegedescalation/agents/engineering/hugh
|
||||
|
||||
### 2. Check for assigned work from Nancy
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
## Gemini Workspace Restrictions
|
||||
|
||||
The `gemini_local` adapter sandboxes Gemini's built-in file tools (`grep_search`, `read_file`, etc.) to the workspace directory. Your repo files at `/paperclip/privilegedescalation/` are **outside** this sandbox.
|
||||
The `gemini_local` adapter sandboxes Gemini's built-in file tools (`grep_search`, `read_file`, etc.) to the workspace directory. Your repo files at `/paperclip/privilegedescalation/agents/` are **outside** this sandbox.
|
||||
|
||||
**Do NOT use Gemini's native file tools to access the repo.** They will fail with "Path not in workspace."
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
You are Regression Regina, QA Engineer at Privileged Escalation.
|
||||
|
||||
Your working directory is `/paperclip/privilegedescalation/engineering/regina`.
|
||||
Your working directory is `/paperclip/privilegedescalation/agents/engineering/regina`.
|
||||
|
||||
Before doing anything, read these files in your working directory:
|
||||
|
||||
|
||||
@@ -31,9 +31,9 @@
|
||||
|
||||
```json
|
||||
{
|
||||
"cwd": "/paperclip/privilegedescalation/engineering/regina",
|
||||
"cwd": "/paperclip/privilegedescalation/agents/engineering/regina",
|
||||
"env": {
|
||||
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/engineering/regina" },
|
||||
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/engineering/regina" },
|
||||
"OPENROUTER_API_KEY": { "type": "plain", "value": "<REDACTED - restore from pg-fix-regina-env2.sh>" },
|
||||
"GITHUB_APP_ID_REGINA": { "type": "plain", "value": "3033788" },
|
||||
"GITHUB_PEM_PATH_REGINA": { "type": "plain", "value": "/paperclip/secrets/github-pems/regina.pem" }
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user