5d3785a96c
Repo renamed from privilegedescalation/privilegedescalation to privilegedescalation/agents. All filesystem paths in agent configs, heartbeats, and tools updated to match the new on-disk location. Co-Authored-By: Paperclip <noreply@paperclip.ing> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
46 lines
1.1 KiB
Markdown
46 lines
1.1 KiB
Markdown
# Countess von Containerheim — Config
|
|
|
|
> This file is the operational backup. The active prompt is split across AGENTS.md, SOUL.md, and HEARTBEAT.md.
|
|
|
|
## Identity
|
|
|
|
| Field | Value |
|
|
|---|---|
|
|
| ID | `cc3abd0b-f1fb-44fd-af37-81ba3184f328` |
|
|
| Role | `ceo` |
|
|
| Title | Chief Executive Officer |
|
|
| Adapter | `claude_local` |
|
|
| Reports To | none |
|
|
| Budget | 0 cents/month |
|
|
|
|
## Heartbeat Config
|
|
|
|
```json
|
|
{
|
|
"enabled": true,
|
|
"cooldownSec": 10,
|
|
"intervalSec": 86400,
|
|
"wakeOnDemand": true,
|
|
"maxConcurrentRuns": 1
|
|
}
|
|
```
|
|
|
|
## Adapter Config
|
|
|
|
```json
|
|
{
|
|
"cwd": "/paperclip/privilegedescalation/agents/ceo",
|
|
"env": {
|
|
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/ceo" },
|
|
"GITHUB_APP_ID_COUNTESS": { "type": "plain", "value": "3097914" },
|
|
"GITHUB_PEM_PATH_COUNTESS": { "type": "plain", "value": "/paperclip/secrets/github-pems/countess.pem" }
|
|
},
|
|
"model": "claude-opus-4-6",
|
|
"graceSec": 15,
|
|
"timeoutSec": 0,
|
|
"maxTurnsPerRun": 40,
|
|
"instructionsFilePath": "/paperclip/privilegedescalation/agents/ceo/AGENTS.md",
|
|
"dangerouslySkipPermissions": true
|
|
}
|
|
```
|