Fix Hugh's Gemini heartbeat compliance

Pin model from auto to gemini-2.5-pro, add explicit checkout
and X-Paperclip-Run-Id headers, and add required output gates
for steps 3-5 so Gemini can't silently skip them.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-15 11:52:42 -04:00
parent 57bb311801
commit 3e743b9d5a
3 changed files with 71 additions and 17 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
"GITHUB_APP_ID_HUGH": { "type": "plain", "value": "3034857" },
"GITHUB_PEM_PATH_HUGH": { "type": "plain", "value": "/paperclip/secrets/github-pems/hugh.pem" }
},
"model": "auto",
"model": "gemini-2.5-pro",
"graceSec": 15,
"timeoutSec": 0,
"maxTurnsPerRun": 80,