Fix CLI and MCP input bounds - #2954
Merged
Merged
Conversation
…12-2906-2905-2911-2904
…12-2906-2905-2911-2904
…12-2906-2905-2911-2904
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
status --checkscopes, visibility filters, query path filters, index symbol-kind filters, and MCP tool allow/deny CSV input.index --parallelism/CDIDX_INDEX_PARALLELISMto 16 workers with warnings for oversized values.Validation
dotnet build src/CodeIndex/CodeIndex.csprojdotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~ParseArgs_MapSectionsRejects|FullyQualifiedName~ParseArgs_StatusCheckScopesRejects|FullyQualifiedName~ParseArgs_VisibilityFiltersReject|FullyQualifiedName~ParseArgs_SymbolKind|FullyQualifiedName~McpToolFilter_Parse|FullyQualifiedName~ParseArgs_PathFiltersReject|FullyQualifiedName~Parallelism"dotnet run --project tools/CodeIndex.Changelog -- checkdotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --jsonNotes
.review-tmp/review fixtures from the worktree.DbPathResolverTests.ResolveDataDirForQuery_*failures unrelated to this PR; filed DbPathResolverTests ResolveDataDirForQuery tests resolve temp root data dir #2953 and left this PR scoped.AGENTS.md,CLAUDE.md, andAGENT_GUIDE.mdare not modified by this PR.Related: #2953
Fixes #2914
Fixes #2913
Fixes #2912
Fixes #2906
Fixes #2905
Fixes #2911
Fixes #2904