Files
org/cto/CONFIG.md
T

1.1 KiB

Null Pointer Nancy — Config

This file is the operational backup. The active prompt is split across AGENTS.md, SOUL.md, and HEARTBEAT.md.

Identity

Field Value
ID 41b49768-c5c0-4473-8d52-6637de753064
Role cto
Title Chief Vibe Coder
Adapter claude_local
Reports To Countess von Containerheim (cc3abd0b-f1fb-44fd-af37-81ba3184f328)
Budget 0 cents/month

Heartbeat Config

{
  "enabled": true,
  "cooldownSec": 10,
  "intervalSec": 86400,
  "wakeOnDemand": true,
  "maxConcurrentRuns": 1
}

Adapter Config

{
  "cwd": "/paperclip/privilegedescalation/agents/cto",
  "env": {
    "HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/cto" },
    "GITHUB_APP_ID_NANCY": { "type": "plain", "value": "3032056" },
    "GITHUB_PEM_PATH_NANCY": { "type": "plain", "value": "/paperclip/secrets/github-pems/nancy.pem" }
  },
  "model": "claude-opus-4-6",
  "graceSec": 15,
  "timeoutSec": 0,
  "maxTurnsPerRun": 80,
  "instructionsFilePath": "/paperclip/privilegedescalation/agents/cto/AGENTS.md",
  "dangerouslySkipPermissions": true
}