feat(evaluation): SWE-eval hardening - #1268
Closed
Teingi wants to merge 2 commits into
Closed
Conversation
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.
Which issue or RFC does this PR close?
N/A — evaluation branch integration.
Rationale for this change
Port the accumulated SWE-bench Pro evaluation hardening from the eval-0814 line onto the canonical codex/swebench-pro-eval branch while keeping the destination history compact. The source history is represented as one squash commit after synchronizing the target branch with origin/master.
What changes are included in this PR?
Are there any user-facing changes?
Yes. Evaluation operators receive updated runner and console behavior, deployment configuration, retry/finalization handling, and operational diagnostics. This PR does not intentionally change the public PowerContext HTTP contract or persisted application formats.
How was this change tested?
Full automated tests were not run in this environment because uv is not installed. Git validation confirmed a clean worktree, a single squash commit relative to codex/swebench-pro-eval, no imported eval-0814 commit history, and no docs/superpowers content in the PR diff.
AI usage statement
OpenAI Codex was used to inspect branch history, perform the squash migration, resolve Git operations, and prepare this pull request.