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:
+1
-11
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user