3e743b9d5a
Pin model from auto to gemini-2.5-pro, add explicit checkout and X-Paperclip-Run-Id headers, and add required output gates for steps 3-5 so Gemini can't silently skip them. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
45 lines
1.0 KiB
Markdown
45 lines
1.0 KiB
Markdown
# Hugh Hackman — Config
|
|
|
|
> This file is the operational backup. The active prompt is split across AGENTS.md, SOUL.md, and HEARTBEAT.md.
|
|
|
|
## Identity
|
|
|
|
| Field | Value |
|
|
|---|---|
|
|
| ID | `d99be9a8-b584-4bf9-b4eb-0fa11998dbb5` |
|
|
| Role | `devops` |
|
|
| Title | VP Engineering Operations |
|
|
| Adapter | `gemini_local` |
|
|
| Reports To | Null Pointer Nancy (`41b49768-c5c0-4473-8d52-6637de753064`) |
|
|
| Budget | 0 cents/month |
|
|
|
|
## Heartbeat Config
|
|
|
|
```json
|
|
{
|
|
"enabled": true,
|
|
"cooldownSec": 10,
|
|
"intervalSec": 3600,
|
|
"wakeOnDemand": true,
|
|
"maxConcurrentRuns": 1
|
|
}
|
|
```
|
|
|
|
## Adapter Config
|
|
|
|
```json
|
|
{
|
|
"cwd": "/paperclip/privilegedescalation/engineering/hugh",
|
|
"env": {
|
|
"GITHUB_APP_ID_HUGH": { "type": "plain", "value": "3034857" },
|
|
"GITHUB_PEM_PATH_HUGH": { "type": "plain", "value": "/paperclip/secrets/github-pems/hugh.pem" }
|
|
},
|
|
"model": "gemini-2.5-pro",
|
|
"graceSec": 15,
|
|
"timeoutSec": 0,
|
|
"maxTurnsPerRun": 80,
|
|
"instructionsFilePath": "/paperclip/privilegedescalation/engineering/hugh/AGENTS.md",
|
|
"dangerouslySkipPermissions": true
|
|
}
|
|
```
|