5e22abeba0
Split each agent from a single monolithic markdown file into the Paperclip-recommended 4-file structure (AGENTS.md, SOUL.md, HEARTBEAT.md, TOOLS.md) plus CONFIG.md as operational backup. Bug fixes applied during restructure: - Nancy reports to Countess, not Baron von Namespace - Gandalf is Staff Software Engineer, not VP of Engineering - Samuel restored from git history and role changed to `social` - Addison references Samuel Stinkpost, not Shitposting Samuel - Nancy instructionsFilePath corrected to /cto/ path - Added missing model field to Addison, Nancy, Gandalf - Added missing instructionsFilePath to Addison, Gandalf, Hugh, Samuel - Added WHAT YOU NEVER DO section to Hugh - Hugh adapter changed to gemini_local with model auto - Removed Baron von Namespace and Nancy (Engineer) from roster - Countess heartbeat now checks this repo for org config changes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
57 lines
2.2 KiB
Markdown
57 lines
2.2 KiB
Markdown
# 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_local` adapter, which does not support `instructionsFilePath`. Her prompt lives as `promptTemplate` in 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
|
|
|
|
```json
|
|
{
|
|
"enabled": true,
|
|
"cooldownSec": 10,
|
|
"intervalSec": 28800,
|
|
"wakeOnDemand": true,
|
|
"maxConcurrentRuns": 1
|
|
}
|
|
```
|
|
|
|
## Adapter Config
|
|
|
|
```json
|
|
{
|
|
"cwd": "/paperclip/privilegedescalation/engineering/regina",
|
|
"env": {
|
|
"OPENROUTER_API_KEY": { "type": "plain", "value": "<REDACTED - restore from pg-fix-regina-env2.sh>" },
|
|
"GITHUB_APP_ID_REGINA": { "type": "plain", "value": "3033788" },
|
|
"GITHUB_PEM_PATH_REGINA": { "type": "plain", "value": "/paperclip/privilegedescalation/engineering/regina/secrets/github-app.pem" }
|
|
},
|
|
"model": "openrouter/minimax/minimax-m2.5",
|
|
"mode": "",
|
|
"effort": "",
|
|
"variant": "",
|
|
"modelReasoningEffort": ""
|
|
}
|
|
```
|
|
|
|
> **OPENROUTER_API_KEY** is redacted here. The full env block including the key is stored in
|
|
> `/Users/cpfarhood/Downloads/pg-fix-regina-env2.sh` on the operator's machine. Run that script after
|
|
> any UI save to restore Regina's env + model.
|
|
|
|
## Known Issues
|
|
|
|
- **Env + model wipe on UI save**: Every time Regina's config is saved via the Paperclip UI, both `env` and `model` are wiped. Run `pg-fix-regina-env2.sh` after any UI save.
|
|
- **Prompt UI blank**: The `opencode_local` adapter does not hydrate `promptTemplate` back 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`**: The `opencode_local` adapter does not support file-based prompt loading. The prompt must be restored via DB patch (see COMPANY.md).
|