5e22abeba0
Split each agent from a single monolithic markdown file into the Paperclip-recommended 4-file structure (AGENTS.md, SOUL.md, HEARTBEAT.md, TOOLS.md) plus CONFIG.md as operational backup. Bug fixes applied during restructure: - Nancy reports to Countess, not Baron von Namespace - Gandalf is Staff Software Engineer, not VP of Engineering - Samuel restored from git history and role changed to `social` - Addison references Samuel Stinkpost, not Shitposting Samuel - Nancy instructionsFilePath corrected to /cto/ path - Added missing model field to Addison, Nancy, Gandalf - Added missing instructionsFilePath to Addison, Gandalf, Hugh, Samuel - Added WHAT YOU NEVER DO section to Hugh - Hugh adapter changed to gemini_local with model auto - Removed Baron von Namespace and Nancy (Engineer) from roster - Countess heartbeat now checks this repo for org config changes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
45 lines
1.1 KiB
Markdown
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/privilegedescalation/marketing/samuel/secrets/github-app.pem" }
|
|
},
|
|
"model": "claude-haiku-4-5-20251001",
|
|
"graceSec": 15,
|
|
"timeoutSec": 0,
|
|
"maxTurnsPerRun": 80,
|
|
"instructionsFilePath": "/paperclip/privilegedescalation/marketing/samuel/AGENTS.md",
|
|
"dangerouslySkipPermissions": true
|
|
}
|
|
```
|