Uh oh!
There was an error while loading. Please reload this page.
fix(headless): upstream published-run failure semantics from experiment branch - #1758
Merged
Conversation
Treat executionIdentity.systemPromptHash as the authoritative fallback when the legacy cell promptHash field is absent. Refs #1680
Uh oh!
There was an error while loading. Please reload this page.
This was referenced Aug 1, 2026
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 freeto 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.
Summary
Upstreams the remaining failure-handling semantics that produced the published DeepSeek Flash TB2.1 report (#1719) from the experiment branch. Audit of all 11 branch commits against main:
acd979a64runtime profile23b6bef7cDeepSeek OpenCode proxy routing17746a319command-output isolation699a81554agent-deadline propagation84e0c6ffbpre-execution failure exclusionb31d6e469execution-opportunity classification99f1ee37eidentity-attested prompt hashesd783aa3a4incomplete terminal provider streamsb2d78c28bone adjudicated infra retry5c2bbc6dbbudget-aware pass ratese88bcc2f0resume infra retries from frozen manifestThe five cherry-picks (clean, only one auto-merge in a test file) complete the semantics the published numbers were computed under:
Without these, rerunning the published composition on main would score the same raw cells differently from the published report.
Verification
packages/headlesssuite: 1456 pass / 0 fail (each commit carries its own tests from the original TDD)npm run format/npm run lintcleanReview focus
Cherry-pick fidelity: the five commits are byte-identical to the branch versions except the auto-merged context in
harness-ab-cli.test.ts. The superseded six were deliberately not picked — #1717's versions are strictly richer.