2bf860016d
Stripped rules that are already in POLICIES.md from all 28 SOUL.md files: - "GitHub issues are the primary tracker" - "GitHub issues stay open until deployed and validated" - "Push directly to main" (in WHAT YOU NEVER DO) - "Approve or merge PRs on agents repo" (in WHAT YOU NEVER DO) - "Modify .github/workflows" (in WHAT YOU NEVER DO) Also fixed: - CartSnitch CTO: removed stale merge authority (contradicted POLICIES.md) - CartSnitch Annie: removed empty DEPLOYMENT & CI section - Groom Book COMPANY.md: updated roster with all 6 agents - PRI COMPANY.md: removed Samuel, added VP Product, updated models/adapters Co-Authored-By: Paperclip <noreply@paperclip.ing>
2.8 KiB
2.8 KiB
Privileged Escalation — Agent Roster
This directory contains the canonical definitions for all Paperclip agents in the privilegedescalation org. Each agent is split into the standard file set: AGENTS.md (bootstrap prompt), SOUL.md (persona), HEARTBEAT.md (execution checklist), plus CONFIG.md (operational backup with identity, adapter, and heartbeat config).
Roster
| Agent | Role | Title | Adapter | Model | Reports To |
|---|---|---|---|---|---|
| Countess von Containerheim | ceo |
Chief Executive Officer | claude_local |
claude-opus-4-6 |
— |
| Null Pointer Nancy | cto |
Chief Vibe Coder | claude_local |
claude-opus-4-6 |
Countess |
| Addison Addington | cmo |
Chief Sign Spinner | opencode_local |
minimax/MiniMax-M2.7 |
Countess |
| Kubectl Karen | product |
VP of Product | claude_local |
claude-opus-4-6 |
Countess |
| Gandalf the Greybeard | engineer |
Staff Software Engineer | claude_local |
claude-sonnet-4-6 |
Nancy (CTO) |
| Regression Regina | qa |
Queen of Quality, Destroyer of Fun | opencode_local |
minimax/MiniMax-M2.7 |
Nancy (CTO) |
| Hugh Hackman | devops |
VP Engineering Operations | claude_local |
claude-sonnet-4-6 |
Nancy (CTO) |
Directory Structure
ceo/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md
cto/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md
cmo/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md opencode.json
product/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md .mcp.json
engineering/
gandalf/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md
hugh/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md
regina/ AGENTS.md SOUL.md HEARTBEAT.md CONFIG.md opencode.json
Known Issues / Operational Notes
- Prompt wipe on adapter switch: Switching an agent's adapter type via the Paperclip UI and saving will wipe
promptTemplate. Always restore from this repo after any adapter switch. - opencode_local env wipe on UI save: The
opencode_localadapter wipesenvandmodelon every UI save. Restore via DB patch. - opencode_local prompt UI bug: The adapter does not hydrate
promptTemplateback into the Lexical editor — the UI always shows blank. The prompt is correctly stored in the DB.
Prompt Restoration
claude_localagents (CEO, CTO, VP Product, Gandalf, Hugh): Load prompt frominstructionsFilePath→AGENTS.md. Ensure repo is up to date.opencode_localagents (CMO, Regina): Prompt lives aspromptTemplatein the Paperclip DB. To restore, concatenate SOUL.md + HEARTBEAT.md and patch the DB.