# Addison Addington — Config > This file is the operational backup. > > **Note:** Uses the `opencode_local` adapter with MiniMax M2.7 via OpenRouter. Prompt lives as `promptTemplate` in 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 ```json { "enabled": true, "cooldownSec": 10, "intervalSec": 14400, "wakeOnDemand": true, "maxConcurrentRuns": 1 } ``` ## Adapter Config ```json { "cwd": "/workspaces/privilegedescalation/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 `env` and `model`. Restore via DB patch after any UI save. - **Prompt UI blank**: The `opencode_local` adapter does not hydrate `promptTemplate` back into the Lexical editor. The prompt is correctly stored in the DB — the blank editor is a display bug. - **No `instructionsFilePath`**: The `opencode_local` adapter does not support file-based prompt loading. The prompt must be concatenated from SOUL.md + HEARTBEAT.md and set as `promptTemplate` in the DB.