diff --git a/COMPANY.md b/COMPANY.md index 8f170b9..e5d886b 100644 --- a/COMPANY.md +++ b/COMPANY.md @@ -8,10 +8,10 @@ This directory contains the canonical definitions for all Paperclip agents in th |---|---|---|---|---|---| | [Countess von Containerheim](./ceo/CONFIG.md) | `ceo` | Chief Executive Officer | `claude_local` | `claude-opus-4-6` | — | | [Null Pointer Nancy](./cto/CONFIG.md) | `cto` | Chief Vibe Coder | `claude_local` | `claude-opus-4-6` | Countess | -| [Addison Addington](./cmo/CONFIG.md) | `cmo` | Chief Sign Spinner | `opencode_local` | `minimax/MiniMax-M2.7` | Countess | +| [Addison Addington](./cmo/CONFIG.md) | `cmo` | Chief Sign Spinner | `opencode_local` | `openrouter/minimax/minimax-m2.7` | Countess | | [Kubectl Karen](./product/CONFIG.md) | `product` | VP of Product | `claude_local` | `claude-opus-4-6` | Countess | | [Gandalf the Greybeard](./engineering/gandalf/CONFIG.md) | `engineer` | Staff Software Engineer | `claude_local` | `claude-sonnet-4-6` | Nancy (CTO) | -| [Regression Regina](./engineering/regina/CONFIG.md) | `qa` | Queen of Quality, Destroyer of Fun | `opencode_local` | `minimax/MiniMax-M2.7` | Nancy (CTO) | +| [Regression Regina](./engineering/regina/CONFIG.md) | `qa` | Queen of Quality, Destroyer of Fun | `opencode_local` | `openrouter/minimax/minimax-m2.7` | Nancy (CTO) | | [Hugh Hackman](./engineering/hugh/CONFIG.md) | `devops` | VP Engineering Operations | `claude_local` | `claude-sonnet-4-6` | Nancy (CTO) | ## Directory Structure diff --git a/cmo/CONFIG.md b/cmo/CONFIG.md index 3e3d675..1c103c0 100644 --- a/cmo/CONFIG.md +++ b/cmo/CONFIG.md @@ -2,7 +2,7 @@ > This file is the operational backup. > -> **Note:** Uses the `opencode_local` adapter with MiniMax M2.7 direct. Prompt lives as `promptTemplate` in the Paperclip DB. The active prompt is split across AGENTS.md, SOUL.md, and HEARTBEAT.md. +> **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 @@ -34,9 +34,10 @@ "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" } + "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": "minimax/MiniMax-M2.7" + "model": "openrouter/minimax/minimax-m2.7" } ``` diff --git a/engineering/regina/CONFIG.md b/engineering/regina/CONFIG.md index d819348..838f6b4 100644 --- a/engineering/regina/CONFIG.md +++ b/engineering/regina/CONFIG.md @@ -35,10 +35,11 @@ "env": { "HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/engineering/regina" }, "MINIMAX_API_KEY": { "type": "secret_ref", "secretId": "fc5a9197-9084-4478-a63d-b1c00a901f9e" }, + "OPENROUTER_API_KEY": { "type": "secret_ref", "secretId": "d843133a-0702-4f44-b8e8-43249879995f" }, "GITHUB_APP_ID_REGINA": { "type": "plain", "value": "3141386" }, "GITHUB_PEM_PATH_REGINA": { "type": "plain", "value": "/paperclip/secrets/github-pems/privilegedescalation-qa.pem" } }, - "model": "minimax/MiniMax-M2.7" + "model": "openrouter/minimax/minimax-m2.7" } ```