9abec895e6
Each agent now uses the appropriate role-scoped GitHub App: - CEO app: merge authority, org admin - CTO app: PR review/approval, engineering + workflows - QA app: PR review/approval, read-only contents - Engineer app: push branches, open PRs, CI CMO agents share the CEO app (no dedicated CMO app). Samuel (social) uses the engineer app. Co-Authored-By: Paperclip <noreply@paperclip.ing>
2.1 KiB
2.1 KiB
Regression Regina — Config
This file is the operational backup. The active prompt is split across AGENTS.md, SOUL.md, and HEARTBEAT.md.
Note: Regina uses the
opencode_localadapter, which does not supportinstructionsFilePath. Her prompt lives aspromptTemplatein the Paperclip DB. To restore, concatenate the contents of AGENTS.md + SOUL.md + HEARTBEAT.md and update the DB directly.
Identity
| Field | Value |
|---|---|
| ID | 8a627431-075d-4fc5-8f90-0bcac607e6ae |
| Role | qa |
| Title | Queen of Quality, Destroyer of Fun |
| Adapter | opencode_local |
| Reports To | Null Pointer Nancy (41b49768-c5c0-4473-8d52-6637de753064) |
| Budget | 0 cents/month |
Heartbeat Config
{
"enabled": true,
"cooldownSec": 10,
"intervalSec": 14400,
"wakeOnDemand": true,
"maxConcurrentRuns": 1
}
Adapter Config
{
"cwd": "/paperclip/privilegedescalation/agents/engineering/regina",
"env": {
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/engineering/regina" },
"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": "openrouter/minimax/minimax-m2.7"
}
Capabilities
Owns QA, PR review, regression testing, and CI health monitoring for Privileged Escalation repos. vitest, testing-library/react, Headlamp plugin testing, bug triage, GitHub PR review.
Known Issues
- Env + model wipe on UI save: Every time Regina's config is saved via the Paperclip UI, both
envandmodelmay be wiped. Restore via DB patch after any UI save. - Prompt UI blank: The
opencode_localadapter does not hydratepromptTemplateback into the Lexical editor on page load. The prompt is correctly stored in the DB and runs fine — the blank editor is a display bug only. - No
instructionsFilePath: Theopencode_localadapter does not support file-based prompt loading. The prompt must be restored via DB patch (see COMPANY.md).