Skip to content

Fix status freshness and hotspot rebuild guidance - #2959

Merged
Widthdom merged 2 commits into
mainfrom
fix-issue2917-2808
Jun 2, 2026
Merged

Fix status freshness and hotspot rebuild guidance#2959
Widthdom merged 2 commits into
mainfrom
fix-issue2917-2808

Conversation

@Widthdom

@Widthdom Widthdom commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

Validation

  • dotnet build CodeIndex.sln -p:UseSharedCompilation=false
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --no-build --filter "FullyQualifiedNameRunStatus_Json_ReportsHotspotFamilyTrustSignals|FullyQualifiedNameRunStatus_Explain_HotspotFamilyReadyRecommendsRebuild|FullyQualifiedNameRunStatusCheck_AfterChangedBetweenRefreshAtHead_TreatsCurrentIndexedHeadShaAsFresh_2808|FullyQualifiedNameJsonOutputSnapshotTests"
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll index . --changed-between 602cfe9 1e57df8 --json
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json

Review

  • Adversarial review: No blocking/actionable issues found.

Fixes #2808
Fixes #2917

@Widthdom
Widthdom marked this pull request as ready for review June 2, 2026 19:01
@Widthdom
Widthdom merged commit 8e8cc02 into main Jun 2, 2026
11 checks passed
@Widthdom
Widthdom deleted the fix-issue2917-2808 branch June 2, 2026 19:01
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.

status hotspot_family_ready recommendation does not clear degraded state after index refresh status --check stays stale after changed-between refresh

1 participant