[codex] Fix regex policy, shell ranges, and TS diagnostics - #3632
Merged
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.
Summary
find --regexthrough the shared bounded regex policy, add distinct CLI/MCPregex_timeoutcontracts, and document the runtime error taxonomy.Validation
dotnet test --filter "FullyQualifiedName~Issue3559|FullyQualifiedName~Issue3516|FullyQualifiedName~Issue3479|FullyQualifiedName~Issue3510|FullyQualifiedName~Issue3438"dotnet builddotnet run --project tools/CodeIndex.Changelog -- checkgit diff --check origin/main..HEADdotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --jsonFull
dotnet testwas attempted;ReleaseWorkflowTests.PackageNormalizeCli_JsonReportsBoundedFriendlyFailurefailed outside this diff and the runner later hung. This matches the already-open PackageNormalize telemetry stderr capture follow-up tracked by #3631, so the issue-scoped targeted tests above are the clean test signal for this PR.Fixes #3559
Fixes #3516
Fixes #3479
Fixes #3510
Fixes #3438