Files
org/engineering/hugh/CONFIG.md
T
Chris Farhood 9abec895e6 Switch to role-based GitHub Apps across CartSnitch, PRI, and Groom Book
Each agent now uses the appropriate role-scoped GitHub App:
- CEO app: merge authority, org admin
- CTO app: PR review/approval, engineering + workflows
- QA app: PR review/approval, read-only contents
- Engineer app: push branches, open PRs, CI

CMO agents share the CEO app (no dedicated CMO app).
Samuel (social) uses the engineer app.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-20 12:44:16 -04:00

51 lines
1.5 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 | `claude_local` |
| Reports To | Null Pointer Nancy (`41b49768-c5c0-4473-8d52-6637de753064`) |
| Budget | 0 cents/month |
## Heartbeat Config
```json
{
"enabled": true,
"cooldownSec": 10,
"intervalSec": 14400,
"wakeOnDemand": true,
"maxConcurrentRuns": 1
}
```
## Adapter Config
```json
{
"cwd": "/paperclip/privilegedescalation/agents/engineering/hugh",
"env": {
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/engineering/hugh" },
"GITHUB_APP_ID_HUGH": { "type": "plain", "value": "3141264" },
"GITHUB_PEM_PATH_HUGH": { "type": "plain", "value": "/paperclip/secrets/github-pems/privilegedescalation-engineer.pem" }
},
"model": "claude-sonnet-4-6",
"effort": "medium",
"graceSec": 15,
"timeoutSec": 0,
"maxTurnsPerRun": 80,
"instructionsFilePath": "/paperclip/privilegedescalation/agents/engineering/hugh/AGENTS.md",
"dangerouslySkipPermissions": true
}
```
## Capabilities
Owns CI/CD pipelines, container builds, GitHub Actions workflows, and release automation for Privileged Escalation. Does not write plugin application code or run QA — delegates those to Gandalf and Regina respectively. Kubernetes, Helm, Flux, Docker, Linux, infrastructure, GitHub Actions.