91a3a29fff
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2.0 KiB
2.0 KiB
Addison Addington — Config
This file is the operational backup.
Note: Uses the
opencode_localadapter with MiniMax M2.7 via OpenRouter. Prompt lives aspromptTemplatein the Paperclip DB. The active prompt is split across AGENTS.md, SOUL.md, and HEARTBEAT.md.
Identity
| Field | Value |
|---|---|
| ID | 606d2953-ca84-4ffc-b575-cb7e2e5897d3 |
| Role | cmo |
| Title | Chief Sign Spinner |
| Adapter | opencode_local |
| Reports To | Countess von Containerheim (cc3abd0b-f1fb-44fd-af37-81ba3184f328) |
| Budget | 0 cents/month |
Heartbeat Config
{
"enabled": true,
"cooldownSec": 10,
"intervalSec": 14400,
"wakeOnDemand": true,
"maxConcurrentRuns": 1
}
Adapter Config
{
"cwd": "/paperclip/privilegedescalation/agents/cmo",
"env": {
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/cmo" },
"MINIMAX_API_KEY": { "type": "secret_ref", "secretId": "fc5a9197-9084-4478-a63d-b1c00a901f9e" },
"OPENROUTER_API_KEY": { "type": "secret_ref", "secretId": "d843133a-0702-4f44-b8e8-43249879995f" }
},
"model": "openrouter/minimax/minimax-m2.7"
}
Capabilities
Owns and executes the full marketing function for Privileged Escalation — strategy, content creation, social media, community engagement, and sponsor outreach. Does not write code or manage infrastructure. Developer relations, GitHub Sponsors, open source marketing, CNCF ecosystem.
Known Issues (opencode_local adapter)
- Env + model wipe on UI save: Saving config via the Paperclip UI wipes
envandmodel. Restore via DB patch after any UI save. - Prompt UI blank: The
opencode_localadapter does not hydratepromptTemplateback into the Lexical editor. The prompt is correctly stored in the DB — the blank editor is a display bug. - No
instructionsFilePath: Theopencode_localadapter does not support file-based prompt loading. The prompt must be concatenated from SOUL.md + HEARTBEAT.md and set aspromptTemplatein the DB.