[codex] Fix production readiness gates - #25
Draft
yaksetig wants to merge 1 commit into
Draft
Conversation
yaksetig
force-pushed
the
codex/production-readiness-fixes
branch
9 times, most recently
from
June 23, 2026 03:04
31e3692 to
091a23e
Compare
yaksetig
force-pushed
the
codex/production-readiness-fixes
branch
from
June 23, 2026 03:11
091a23e to
3ce885c
Compare
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.
Summary
rustls-webpkiin both lockfiles to clear the current cargo-deny advisory.CounterSystembecame aThresholdAutomatonalias, and add a parser regression for the malformed temporal formula timeout artifact.Root Cause
The failing gates were split across dependency policy, fuzz API drift, parser ambiguity under malformed input, mutable external installer behavior, and a live-adapter workflow that cleaned up containers before failure evidence could be captured.
Validation
CMAKE_POLICY_VERSION_MINIMUM=3.5 cargo test --all-targetsCMAKE_POLICY_VERSION_MINIMUM=3.5 cargo clippy --all-targets -- -D warningscargo fmt --checkcargo deny checkcargo check --manifest-path fuzz/Cargo.tomlbash -n scripts/cometbft-live-harness.sh scripts/cometbft-conformance-active-smoke.sh benchmarks/bymc/build-docker.sh.github/workflows/live-adapter-conformance.ymlparsed with PyYAMLpython3 scripts/check_generated_artifact_drift.pypython3 scripts/check_public_api_doc_coverage.py --min-pct 80python3 scripts/validate_final_completion.py --strict-evidencepython3 .github/scripts/check_doc_consistency.pypython3 .github/scripts/check_release_doc_sync.pypython3 .github/scripts/check_release_doc_refs.pypython3 .github/scripts/check_workspace_package_metadata.py./scripts/check-engine-no-panic.shNotes
Docker is not running in the local workspace, so ByMC Docker build and live-adapter Docker smoke coverage need GitHub Actions validation before a production release.