Bound lifecycle log collection work - #3331
Merged
Merged
Conversation
Widthdom
force-pushed
the
fix-issue3026-3027-3028
branch
from
June 6, 2026 12:54
73ea875 to
40947ca
Compare
Widthdom
force-pushed
the
fix-issue3026-3027-3028
branch
from
June 6, 2026 13:23
40947ca to
e5dca89
Compare
Widthdom
marked this pull request as ready for review
June 6, 2026 14:07
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 reportlifecycle log-tail collection to a bounded recent-file candidate set instead of sorting/materializing everystderr-*.logfile.Validation
dotnet build CodeIndex.sln -p:UseSharedCompilation=falsedotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~ReportCommandRunnerTests" -p:UseSharedCompilation=falsedotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~GlobalToolLogTests" -p:UseSharedCompilation=falsedotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~McpServerTests.ProcessLineAsync_CapsTelemetryArgumentKeyCount_Issue3237" -p:UseSharedCompilation=falsedotnet run --project tools/CodeIndex.Changelog -- checkdotnet format CodeIndex.sln --verify-no-changesdotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --jsonFull-suite note:
dotnet test CodeIndex.sln -p:UseSharedCompilation=falseproduced one unrelated MCP telemetry test failure during this work; the targeted rerun passed and the follow-up is tracked in #3325.Documentation / Changelog
changelog.d/unreleased/3026.fixed.md.changelog.d/unreleased/3027.fixed.md.changelog.d/unreleased/3028.fixed.md.USER_GUIDE.mdand generated report README text to document the 32-file report log-tail candidate cap.CHANGELOG.mdedit; this uses the unreleased fragment workflow.Review
Adversarial review found that the new report log-tail candidate cap was not documented in generated/user-facing report text. That was fixed in the #3026 commit; no remaining blocking/actionable issues were found.
codex exec review --base origin/main --ephemeralwas attempted, but the nested review could not complete because its internal repository-read/tool calls failed repeatedly. A read-only Codex adversarial review followed.codex/workflows/adversarial-review.mdagainstorigin/main..HEAD.Follow-up
Fixes #3026
Fixes #3027
Fixes #3028