fix(tooling): bind native audit challenge digest - #1886
Merged
Conversation
gfyrag
requested review from
Azorlogh,
flemzord and
paul-nicolas
as code owners
September 4, 2026 09:15
Contributor
✅ Approve — automated reviewThe schema, prompt, runtime validation, documentation, and regression tests consistently bind the provider output to the launcher-computed source audit digest. No actionable correctness issue was found. No findings. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/v3.0 #1886 +/- ##
================================================
- Coverage 77.20% 77.18% -0.02%
================================================
Files 478 478
Lines 51258 51258
================================================
- Hits 39573 39565 -8
+ Misses 8255 8254 -1
- Partials 3430 3439 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
DISCOVERY: NO_EXISTING_WORK
BEFORE_FIX: BUG_REPRODUCED
AFTER_FIX: PASS
BASELINE_CLASSIFICATION: ENVIRONMENTAL
Summary
Root cause
The challenge schema declared sourceAuditDigest in properties but omitted it from required. Strict Codex structured outputs reject schemas unless every declared object property is required, so the challenge failed before provider analysis.
Validation
The default-parallel agent-check-pr run encountered the unrelated existing scripts/rootguard TestRunnerComparesRootAfterCancellation timeout twice; the exact test and full package passed in isolation, and the same complete exact-base gate passed with Go package parallelism serialized.
No Jira publication, audit redesign, PR orchestration change, or product/runtime change. Do not merge automatically.