feat: add waa entry (0.1.1)#70
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Cube Harness <cube-harness@example.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Cube Harness <cube-harness@example.com>
recursix
added a commit
that referenced
this pull request
Jun 19, 2026
The entry-review job crashed with `TypeError: string indices must be integers` when the model returned `checks` as a string instead of the documented object (Anthropic tool-use does not hard-validate tool inputs against the schema). The crash failed the workflow step, which skipped both auto-merge and request-review, leaving the PR with a red check and no feedback — observed on PR #70 (waa entry). Add normalize_verdict() at the call_claude boundary so it always returns a well-formed {verdict, checks, notes} dict: invalid/missing check values default to "unverified", and an unparseable structure downgrades the verdict to UNKNOWN (route to manual review, never auto-merge a result we couldn't read). Mirrors the existing UNKNOWN fallback for API errors. Signed-off-by: Alexandre Lacoste <alex.lacoste.shmu@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds
waa-cube0.1.1 (WindowsAgentArena, 152 tasks) to the catalog. Supersedes fork PR #65 (fork PRs can't receive the CI-derived-fields commit-back; main-repo branch resolves it). waa-cube 0.1.1 is now published via OIDC.🤖 Generated with Claude Code