Skip to content

Expose workspace-check truncation metadata - #5066

Merged
Widthdom merged 2 commits into
mainfrom
fix-issue5055
Aug 10, 2026
Merged

Expose workspace-check truncation metadata#5066
Widthdom merged 2 commits into
mainfrom
fix-issue5055

Conversation

@Widthdom

@Widthdom Widthdom commented Aug 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • Expose authoritative truncation metadata for all six bounded workspace_check path lists.
  • Preserve count/truncation signals in field projections, compact CLI/MCP output, JSON byte budgets, and safe human diagnostics.
  • Add cross-target regression coverage, bilingual documentation, and the 5055.fixed.md changelog fragment.

Validation

  • dotnet build CodeIndex.sln -c Release --no-restore -p:UseSharedCompilation=false
  • dotnet build CodeIndex.sln --no-restore -p:UseSharedCompilation=false
  • dotnet format CodeIndex.sln --no-restore --verify-no-changes --verbosity minimal
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • Full standalone net8 suite: 11,208 passed, 7 skipped, 0 failed
  • Full standalone net9 suite: 10,742 passed, 412 skipped, 0 failed
  • Focused post-review cross-target suite: 30 passed on net8 and 30 passed on net9
  • Broader post-review cross-target suite: 110 passed on net8 and 110 passed on net9
  • Codex adversarial review: 2 rounds; all 3 first-round findings addressed, final round found no actionable defects

Base note

This branch was created from d444cfdb2c660425afda504b9998977cdf15c89e as requested; later origin/main commits were not incorporated.

Fixes #5055

@Widthdom
Widthdom marked this pull request as ready for review August 10, 2026 02:55
@Widthdom
Widthdom merged commit fd3c303 into main Aug 10, 2026
12 checks passed
@Widthdom
Widthdom deleted the fix-issue5055 branch August 11, 2026 16:17
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.

Expose truncation metadata for workspace-check file lists

1 participant