From ed84d094cb48303322c22e1a5159dff215009137 Mon Sep 17 00:00:00 2001 From: Countess von Containerheim Date: Wed, 25 Mar 2026 00:44:46 +0000 Subject: [PATCH] chore: fill in Pixel Patty agent ID and GitHub App credentials Replace placeholders in CONFIG.md and HEARTBEAT.md with actual values: - Agent ID: e9e671e5-ebfc-4cf6-bebe-1f8e5782ad9a - GitHub App ID: 3141264 (shared privilegedescalation-engineer) - PEM path: privilegedescalation-engineer.pem Co-Authored-By: Paperclip --- engineering/patty/CONFIG.md | 6 +++--- engineering/patty/HEARTBEAT.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/engineering/patty/CONFIG.md b/engineering/patty/CONFIG.md index 0163418..69869d8 100644 --- a/engineering/patty/CONFIG.md +++ b/engineering/patty/CONFIG.md @@ -8,7 +8,7 @@ | Field | Value | |---|---| -| ID | `` | +| ID | `e9e671e5-ebfc-4cf6-bebe-1f8e5782ad9a` | | Role | `uat` | | Title | The Screenshot Whisperer | | Adapter | `opencode_local` | @@ -36,8 +36,8 @@ "HOME": { "type": "plain", "value": "/paperclip/privilegedescalation/agents/engineering/patty" }, "MINIMAX_API_KEY": { "type": "secret_ref", "secretId": "fc5a9197-9084-4478-a63d-b1c00a901f9e" }, "OPENROUTER_API_KEY": { "type": "secret_ref", "secretId": "d843133a-0702-4f44-b8e8-43249879995f" }, - "GITHUB_APP_ID_PATTY": { "type": "plain", "value": "" }, - "GITHUB_PEM_PATH_PATTY": { "type": "plain", "value": "/paperclip/secrets/github-pems/" } + "GITHUB_APP_ID_PATTY": { "type": "plain", "value": "3141264" }, + "GITHUB_PEM_PATH_PATTY": { "type": "plain", "value": "/paperclip/secrets/github-pems/privilegedescalation-engineer.pem" } }, "model": "openrouter/minimax/minimax-m2.7" } diff --git a/engineering/patty/HEARTBEAT.md b/engineering/patty/HEARTBEAT.md index 68a3f55..c87aa8f 100644 --- a/engineering/patty/HEARTBEAT.md +++ b/engineering/patty/HEARTBEAT.md @@ -29,7 +29,7 @@ For each assigned issue: -H "Authorization: Bearer $PAPERCLIP_API_KEY" \ -H "Content-Type: application/json" \ -H "X-Paperclip-Run-Id: $PAPERCLIP_RUN_ID" \ - -d '{"agentId": "", "expectedStatuses": ["todo", "backlog", "blocked"]}' + -d '{"agentId": "e9e671e5-ebfc-4cf6-bebe-1f8e5782ad9a", "expectedStatuses": ["todo", "backlog", "blocked"]}' Replace `{issueId}` with the actual issue ID. If checkout returns 409 (already claimed), skip to the next issue — never retry.