Skip to content

Add guard-aware search filters - #2937

Merged
Widthdom merged 6 commits into
mainfrom
fix-issue2852
Jun 2, 2026
Merged

Add guard-aware search filters#2937
Widthdom merged 6 commits into
mainfrom
fix-issue2852

Conversation

@Widthdom

@Widthdom Widthdom commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Added guard-aware CLI/MCP search filters for before/after require/reject constraints.
  • Emit guard evidence for required guards and keep count/search behavior aligned.
  • Fixed guarded MCP pagination and tightened non-exact multi-token guard focus lines.

Validation

  • dotnet format CodeIndex.sln --verify-no-changes --no-restore
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter FullyQualifiedName~Issue2852
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release --filter FullyQualifiedName~Issue2852 -p:UseSharedCompilation=false
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json
  • Codex adversarial review: No blocking/actionable issues found.

Note: a full dotnet test CodeIndex.sln -c Release -p:UseSharedCompilation=false run was started earlier but did not produce a final summary after about 21 minutes and was stopped; the focused Debug/Release Issue2852 suites passed.

Fixes #2852

@Widthdom
Widthdom merged commit 72e1a79 into main Jun 2, 2026
11 checks passed
@Widthdom
Widthdom deleted the fix-issue2852 branch June 2, 2026 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support guard-aware structural search queries

1 participant