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>
45 lines
1.0 KiB
Markdown
45 lines
1.0 KiB
Markdown
# 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
|
|
|
|
```json
|
|
{
|
|
"enabled": true,
|
|
"cooldownSec": 10,
|
|
"intervalSec": 28800,
|
|
"wakeOnDemand": true,
|
|
"maxConcurrentRuns": 1
|
|
}
|
|
```
|
|
|
|
## Adapter Config
|
|
|
|
```json
|
|
{
|
|
"cwd": "/paperclip/privilegedescalation/cto",
|
|
"env": {
|
|
"GITHUB_APP_ID_NANCY": { "type": "plain", "value": "3032056" },
|
|
"GITHUB_PEM_PATH_NANCY": { "type": "plain", "value": "/paperclip/privilegedescalation/cto/secrets/github-app.pem" }
|
|
},
|
|
"model": "claude-opus-4-6",
|
|
"graceSec": 15,
|
|
"timeoutSec": 0,
|
|
"maxTurnsPerRun": 80,
|
|
"instructionsFilePath": "/paperclip/privilegedescalation/cto/AGENTS.md",
|
|
"dangerouslySkipPermissions": true
|
|
}
|
|
```
|