Fix selected database hardening issues - #3860
Merged
Merged
Conversation
Widthdom
marked this pull request as ready for review
June 20, 2026 18:27
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
origin/maininto the branch and align CI expectations with the current diagnostic-sanitization and status JSON contracts.--workspace-dbread-only validation fallback, Validate attached CodeIndex databases before cross-database dependency queries #3737 changelog fragment formatting, and the Build fails on main due duplicate requestToken declaration in MCP status handler #3859 compile fix.Issues
Fixes #3810
Fixes #3717
Fixes #3832
Fixes #3812
Fixes #3732
Fixes #3737
Fixes #3859
Validation
dotnet run --project tools/CodeIndex.Changelog -- check(Validated 86 changelog fragment(s).).dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --configuration Release --framework net8.0 --filter "FullyQualifiedName~Run_RestoreRollbackFailurePreservesPrimaryFailure_Issue3514|FullyQualifiedName~Run_RestoreRejectsSymlinkedCheckpointSidecar_Issue3812|FullyQualifiedName~RunStatus_JsonOutput_MatchesGolden".dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --configuration Release --framework net9.0 --filter "FullyQualifiedName~Run_RestoreRollbackFailurePreservesPrimaryFailure_Issue3514|FullyQualifiedName~Run_RestoreRejectsSymlinkedCheckpointSidecar_Issue3812|FullyQualifiedName~RunStatus_JsonOutput_MatchesGolden".dotnet build tests/CodeIndex.Tests/CodeIndex.Tests.csproj --configuration Release --framework net8.0.dotnet build tests/CodeIndex.Tests/CodeIndex.Tests.csproj --configuration Release --framework net9.0.dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --configuration Release --framework net8.0 --no-build --filter FullyQualifiedName~ToolsCall_StatusUpdateCheck_UsesRequestCancellationToken_Issue3658.dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --configuration Release --framework net9.0 --no-build --filter FullyQualifiedName~ToolsCall_StatusUpdateCheck_UsesRequestCancellationToken_Issue3658.dotnet build src/CodeIndex/CodeIndex.csproj --configuration Debug --framework net8.0.dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll index . --json.dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json(index_matches_workspace: true).