Conversation
dcposch
force-pushed
the
codex/infrastructure-retry-docs
branch
from
September 5, 2026 15:19
62aa9b8 to
e389227
Compare
dcposch
force-pushed
the
codex/infrastructure-retry-docs
branch
from
September 5, 2026 15:33
e389227 to
273e119
Compare
dcposch
force-pushed
the
codex/infrastructure-retry-docs
branch
from
September 14, 2026 02:57
273e119 to
2ce06eb
Compare
Author
|
cc @kim-em , looks like tests pass except the contract test that one depends on PalomarRegistry/PalomarSubmission#130 & should pass once that's merged |
Contributor
|
Sorry, I don't think I want to do the refund. I'm very happy to improve documentation, but the cooldown is not a penalty, it is making sure our inference/CI costs don't explode, and so who is "at fault" doesn't really matter. |
Describe the full reusable verifier, pinned pipeline revision, advisory results, and actionable resource failures. Keep the existing exponential backoff for verification errors and cover it with a regression test. Remove the Comparator profile extension to match PalomarSubmission PalomarRegistry#130. Retain dependency audit fixes for Vitest, js-yaml, and Miniflare Sharp.
dcposch
force-pushed
the
codex/infrastructure-retry-docs
branch
from
September 15, 2026 00:19
2ce06eb to
cac6842
Compare
Author
|
@kim-em makes sense. I've updated it to just the preflight instructions, lmk if that looks right |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion to PalomarSubmission #130.
Summary
Agents need instructions for running the reusable mechanical verifier before submitting. Add a concise
Mechanical preflightsection tollms.txt: usemode: full, pin the workflow andpipeline_committo the same commit, inspect the report, and address resource failures before retrying. Explain that preflight is advisory and excludes Challenge rendering, editorial review, and registration.Preserve the existing exponential backoff, including after
verification-error, and document cooldowns as inference/CI cost controls. Add a regression test confirming that polling a verification error preserves the complete rate record and does not reset the cooldown.The resource profile is workflow/report metadata, so no Comparator schema extension is needed. Retain the dependency-audit fixes already in this PR: Vitest 4.1.11, js-yaml 4.3.2, and Miniflare's Sharp override at 0.35.4.
Validation
One commit on current server
main(341a610). Local checks pass:main(a013555).The documented reusable workflow is introduced by PalomarSubmission #130; merge that companion before publishing these instructions. The server contract check now passes independently of that merge.