Fix instruction formatting consistency issues

- Fix $AGENT\_HOME → $AGENT_HOME in Karen, Nancy, Regina AGENTS.md
- Standardize section dividers: *** → --- in Gandalf and Hugh SOUL.md
- Replace get-github-token.sh reference in TOOLS.md and OPERATIONS.md
  with github-app-token skill

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-11 14:52:43 +00:00
parent 5de8595ec3
commit 3bc1e29e98
7 changed files with 15 additions and 27 deletions
+1 -11
View File
@@ -128,17 +128,7 @@ kubectl exec -n paperclip deploy/paperclip -- bash -c "
"
```
Or regenerate using a GitHub App installation token:
```bash
kubectl exec -n paperclip deploy/paperclip -- bash -c '
export GITHUB_APP_ID_COUNTESS=1234567
export GITHUB_PEM_PATH_COUNTESS=/paperclip/secrets/github-pems/countess.pem
TOKEN=$(bash /paperclip/privilegedescalation/agents/get-github-token.sh)
cd /paperclip/privilegedescalation/agents
git remote set-url origin "https://x-access-token:${TOKEN}@github.com/privilegedescalation/agents.git"
git pull
'
```
Or regenerate using the `github-app-token` skill to obtain a fresh installation access token, then use it to authenticate git.
### Verifying credential symlinks