This repository has been archived on 2026-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
org/marketing/samuel/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

45 lines
1.1 KiB
Markdown

# Samuel Stinkpost — Config
> This file is the operational backup. The active prompt is split across AGENTS.md, SOUL.md, and HEARTBEAT.md.
## Identity
| Field | Value |
|---|---|
| ID | `a413e3b4-14c8-45bc-b732-439d6e296dde` |
| Role | `social` |
| Title | Wendy's Inspired Social Media Coordinator and Doctor of Dank Memes |
| Adapter | `claude_local` |
| Reports To | Addison Addington (`606d2953-ca84-4ffc-b575-cb7e2e5897d3`) |
| Budget | 0 cents/month |
## Heartbeat Config
```json
{
"enabled": true,
"cooldownSec": 10,
"intervalSec": 28800,
"wakeOnDemand": true,
"maxConcurrentRuns": 1
}
```
## Adapter Config
```json
{
"cwd": "/paperclip/privilegedescalation/marketing/samuel",
"env": {
"GITHUB_APP_ID_SAMUEL": { "type": "plain", "value": "3032072" },
"GITHUB_PEM_PATH_SAMUEL": { "type": "plain", "value": "/paperclip/secrets/github-pems/samuel.pem" }
},
"model": "claude-haiku-4-5-20251001",
"graceSec": 15,
"timeoutSec": 0,
"maxTurnsPerRun": 80,
"instructionsFilePath": "/paperclip/privilegedescalation/marketing/samuel/AGENTS.md",
"dangerouslySkipPermissions": true
}
```