fix: harden v0.7.1 Codex production path - #7
Draft
jayjcc8-cloud wants to merge 2 commits into
Draft
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.
What changed
.gitignoreprivacy boundary.Why
Production Codex validation exposed false-positive Stop blocking from validation names embedded in command arguments. The follow-up audit also found that marker-only health checks could report a disabled handler as healthy and that existing private runtime files or removed ignore rules were not detected.
Impact
Existing generated default anchors are migrated only when they exactly match a prior generated default. User-customized anchors remain unchanged. Re-running
install-hooksrepairs managed handlers, runtime permissions, and missing ignore entries.Validation
uv run ruff format --check .uv run ruff check .uv run mypy src testsuv run pytest— 129 passeduv build