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:
+4
-4
@@ -56,16 +56,16 @@ Look for:
|
||||
|
||||
### 4. Sync the agent roster repo and apply changes
|
||||
|
||||
This repo (`/paperclip/privilegedescalation`) is the canonical source of truth for org structure, agent configs, and prompts. Treat repo changes as board directives — pull them and apply them.
|
||||
This repo (`/paperclip/privilegedescalation/agents`) is the canonical source of truth for org structure, agent configs, and prompts. Treat repo changes as board directives — pull them and apply them.
|
||||
|
||||
#### 4a. Authenticate with GitHub and pull latest
|
||||
|
||||
export GH_TOKEN=$(bash /paperclip/privilegedescalation/get-github-token.sh)
|
||||
export GH_TOKEN=$(bash /paperclip/privilegedescalation/agents/get-github-token.sh)
|
||||
git -C /paperclip/privilegedescalation pull origin main
|
||||
|
||||
#### 4b. Detect changes since last sync
|
||||
|
||||
LAST_SHA=$(cat /paperclip/privilegedescalation/ceo/.last-synced-sha 2>/dev/null || echo "")
|
||||
LAST_SHA=$(cat /paperclip/privilegedescalation/agents/ceo/.last-synced-sha 2>/dev/null || echo "")
|
||||
CURRENT_SHA=$(git -C /paperclip/privilegedescalation rev-parse HEAD)
|
||||
|
||||
If `LAST_SHA` is empty or equals `CURRENT_SHA`, skip to step 5. Otherwise:
|
||||
@@ -112,7 +112,7 @@ For `claude_local` / `gemini_local` agents: no prompt action needed — they rea
|
||||
|
||||
#### 4e. Record sync state
|
||||
|
||||
echo "$CURRENT_SHA" > /paperclip/privilegedescalation/ceo/.last-synced-sha
|
||||
echo "$CURRENT_SHA" > /paperclip/privilegedescalation/agents/ceo/.last-synced-sha
|
||||
|
||||
#### 4f. Report
|
||||
|
||||
|
||||
Reference in New Issue
Block a user