Files
org/cmo/CONFIG.md
T
Chris Farhood 69a1951318 Add HOME env to all agents to isolate gitconfig and gh auth state
Each agent gets HOME set to their cwd so ~/.gitconfig and
~/.config/gh/ don't collide between concurrent heartbeats.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 14:55:44 -04:00

1.1 KiB

Addison Addington — Config

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

Identity

Field Value
ID 606d2953-ca84-4ffc-b575-cb7e2e5897d3
Role cmo
Title Chief Sign Spinner
Adapter claude_local
Reports To Countess von Containerheim (cc3abd0b-f1fb-44fd-af37-81ba3184f328)
Budget 0 cents/month

Heartbeat Config

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

Adapter Config

{
  "cwd": "/paperclip/privilegedescalation/cmo",
  "env": {
    "HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/cmo" },
    "GITHUB_APP_ID_ADDISON": { "type": "plain", "value": "3032312" },
    "GITHUB_PEM_PATH_ADDISON": { "type": "plain", "value": "/paperclip/secrets/github-pems/addison.pem" }
  },
  "model": "claude-opus-4-6",
  "graceSec": 15,
  "timeoutSec": 0,
  "maxTurnsPerRun": 80,
  "instructionsFilePath": "/paperclip/privilegedescalation/cmo/AGENTS.md",
  "dangerouslySkipPermissions": true
}