Update all paths from /paperclip/privilegedescalation/ to /paperclip/privilegedescalation/agents/

Repo renamed from privilegedescalation/privilegedescalation to
privilegedescalation/agents. All filesystem paths in agent configs,
heartbeats, and tools updated to match the new on-disk location.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-15 19:30:47 -04:00
parent 69a1951318
commit 5d3785a96c
24 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ set -euo pipefail
# GITHUB_APP_ID_<NAME> — the GitHub App ID
# GITHUB_PEM_PATH_<NAME> — path to the private key PEM file
#
# Usage: export GH_TOKEN=$(bash /paperclip/privilegedescalation/get-github-token.sh)
# Usage: export GH_TOKEN=$(bash /paperclip/privilegedescalation/agents/get-github-token.sh)
# Auto-detect credentials from env (each agent has exactly one of each)
APP_ID=$(printenv | grep '^GITHUB_APP_ID_' | head -1 | cut -d= -f2)