Add repo-sync workflow to Countess heartbeat
Countess now pulls the agent roster repo on every heartbeat and applies config changes to the live Paperclip system via API. Includes prompt-wipe safety rules for opencode_local (Regina) and GitHub app env var placeholders. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
```json
|
||||
{
|
||||
"cwd": "/paperclip/privilegedescalation/ceo",
|
||||
"env": {
|
||||
"GITHUB_APP_ID_COUNTESS": { "type": "plain", "value": "<TODO: create GitHub App and set ID>" },
|
||||
"GITHUB_PEM_PATH_COUNTESS": { "type": "plain", "value": "/paperclip/privilegedescalation/ceo/secrets/github-app.pem" }
|
||||
},
|
||||
"model": "claude-opus-4-6",
|
||||
"graceSec": 15,
|
||||
"timeoutSec": 0,
|
||||
|
||||
Reference in New Issue
Block a user