[codex] Add languages indexed and capability filters - #3265
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
cdidx languages --indexed-onlyto list only languages present in the current database.cdidx languages --capability graph|symbols|referencesto filter the language table by structured capability.Validation
dotnet build CodeIndex.sln -c Release -p:UseSharedCompilation=falsedotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release -p:UseSharedCompilation=false --filter "FullyQualifiedName~RunLanguages|FullyQualifiedName~CliFlagSchema"dotnet run --project tools/CodeIndex.Changelog -- checkdotnet format CodeIndex.sln --verify-no-changesgit diff --check origin/main..HEADdotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --jsondotnet test CodeIndex.sln -c Release -p:UseSharedCompilation=falsefailed only onPostExtractionHookTests.CallbackBudgetExceeded_AddsDiagnosticAndSkipsTimedOutMutationin both target frameworks; isolated rerun passed. Tracked separately in PostExtractionHookTests callback budget test flakes under full suite load #3261.Documentation And Changelog
USER_GUIDE.mdandcdidx languages --helpusage.changelog.d/unreleased/3000.added.md.Review
origin/main..HEAD: No blocking/actionable issues found.codex exec review --ephemeral --base origin/mainwas attempted but did not complete because its internal tool execution loop stalled; a retry with--ignore-user-configterminated at the Codex usage limit. Local workflow review completed instead.Follow-Up Candidates
Fixes #3000