fix(compliance): validate top-level retry_after on 3.0.x#5955
Conversation
There was a problem hiding this comment.
The automated review encountered an issue (possibly reached max turns, timed out, or failed to post the final gh pr review). A human reviewer should take this PR.
This is an automated message from the Argus AI review workflow.
There was a problem hiding this comment.
Argus is not auto-reviewing this PR because it modifies protected paths that require human review (.agents/playbook.md, .github/workflows/build-check.yml). A human reviewer should review and merge this PR; Argus will resume on subsequent PRs once these changes land on main.
There was a problem hiding this comment.
The automated review encountered an issue (possibly reached max turns, timed out, or failed to post the final gh pr review). A human reviewer should take this PR.
This is an automated message from the Argus AI review workflow.
There was a problem hiding this comment.
The automated review encountered an issue (possibly reached max turns, timed out, or failed to post the final gh pr review). A human reviewer should take this PR.
This is an automated message from the Argus AI review workflow.
|
CI follow-up: the first failure came from the legacy 3.0.x freshness gate rebuilding already-published |
Summary
error.retry_afterinstead of the nonexistent nested pathWhy
The patch-line compliance source could mis-grade conformant sellers by looking under
error.details.retry_after. The universal storyboard also referenced the wrong path, while its runner source contract was missing from this branch.Validation
git diff --checkNo released
distartifact was modified and the number-versus-integer schema decision remains out of scope in #5953.3.0.x portion of #5948. Merge the main-line fix #5954 first; the subsequent forward merge may require retaining main's broader corrected files.