Files
org/engineering/hugh/CONFIG.md
T
Chris Farhood efaae0a266 Standardize PEM paths to shared k8s Secret mount
All agents now reference PEMs at /paperclip/secrets/github-pems/<name>.pem
instead of per-agent secrets/ subdirectories. PEMs will be mounted from a
single Kubernetes Secret. Added .gitignore to prevent accidental secret commits.

Countess GitHub App ID set to 3097914.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 08:49:58 -04:00

1.0 KiB

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

{
  "enabled": true,
  "cooldownSec": 10,
  "intervalSec": 3600,
  "wakeOnDemand": true,
  "maxConcurrentRuns": 1
}

Adapter Config

{
  "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": "auto",
  "graceSec": 15,
  "timeoutSec": 0,
  "maxTurnsPerRun": 80,
  "instructionsFilePath": "/paperclip/privilegedescalation/engineering/hugh/AGENTS.md",
  "dangerouslySkipPermissions": true
}