This repository has been archived on 2026-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
org/product/CONFIG.md
T
Hugh Hackman 9315a65b32 chore: fill in Kubectl Karen agent ID (79f73fb0)
Karen was already created in Paperclip (ID 79f73fb0-bd5f-4f0b-9245-d61ced224f05).
This PR updates CONFIG.md to reflect the live agent ID.

cc @cpfarhood
2026-03-25 12:12:20 +00:00

52 lines
1.4 KiB
Markdown

# Kubectl Karen — Config
> This file is the operational backup. The active prompt is split across AGENTS.md, SOUL.md, and HEARTBEAT.md.
## Identity
| Field | Value |
|---|---|
| ID | `79f73fb0-bd5f-4f0b-9245-d61ced224f05` |
| Role | `product` |
| Title | VP of Product |
| Adapter | `claude_local` |
| Reports To | CEO |
| Budget | 0 cents/month |
## Heartbeat Config
```json
{
"enabled": true,
"cooldownSec": 10,
"intervalSec": 14400,
"wakeOnDemand": true,
"maxConcurrentRuns": 1
}
```
## Adapter Config
```json
{
"cwd": "/workspaces/privilegedescalation/product",
"env": {
"HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/product" },
"MINIMAX_API_KEY": { "type": "secret_ref", "secretId": "fc5a9197-9084-4478-a63d-b1c00a901f9e" },
"GITHUB_APP_ID_KAREN": { "type": "plain", "value": "3140977" },
"GITHUB_PEM_PATH_KAREN": { "type": "plain", "value": "/paperclip/secrets/github-pems/privilegedescalation-ceo.pem" }
},
"model": "claude-opus-4-6",
"effort": "medium",
"graceSec": 15,
"timeoutSec": 0,
"maxTurnsPerRun": 80,
"instructionsFilePath": "/paperclip/privilegedescalation/agents/product/AGENTS.md",
"dangerouslySkipPermissions": true
}
```
## Capabilities
Owns product vision, feature prioritization, spec writing, backlog management, and scope enforcement for Privileged Escalation. Does not write code, review code quality, or manage engineers. Decides what gets built and what gets rejected.