Skip to content

Add map section controls and deps graph exports - #2755

Merged
Widthdom merged 3 commits into
mainfrom
fix-issue1634-1635
May 31, 2026
Merged

Add map section controls and deps graph exports#2755
Widthdom merged 3 commits into
mainfrom
fix-issue1634-1635

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • Add map section selection and module depth controls for CLI and MCP callers.
  • Add deps graph export formats and cycle-only output for CLI and MCP callers.
  • Add changelog fragments and focused parser/cycle tests.

Fixes #1634
Fixes #1635

Validation

  • dotnet build CodeIndex.sln -c Release -p:UseSharedCompilation=false
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release --filter "FullyQualifiedName~QueryCommandRunnerTests" -p:UseSharedCompilation=false
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release --filter "FullyQualifiedNameQueryCommandRunnerTests.RunMap_ParseSectionsAndDepth_StoresSelectors|FullyQualifiedNameQueryCommandRunnerTests.ParseArgs_GraphFormatOutsideDeps_ReturnsParseError|FullyQualifiedName~QueryCommandRunnerTests.FindDependencyCycles_ReturnsStronglyConnectedFileComponents" -p:UseSharedCompilation=false
  • CLI smoke: map --json --sections languages,metrics --depth 1; deps --format dot; deps --json --cycles

Review

No blocking/actionable issues found.

@Widthdom
Widthdom merged commit 4cb8902 into main May 31, 2026
10 checks passed
@Widthdom
Widthdom deleted the fix-issue1634-1635 branch May 31, 2026 13:12
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.

map response shape is fixed; no --sections selector or depth control deps lacks DOT / JSON-Graph export and cycle-detection flag

1 participant