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.