You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: collapse single-child directory chains in treemap for usable drill-down
Deeply nested Java-style paths (src/main/java/io/github/...) created 10+
levels of single-child directories, making the treemap show "1 node" at
each level and requiring excessive clicks to reach files. Now collapses
chains like GitHub/IntelliJ (e.g. "src/main/java/io/github" as one node).
Also bumps leafDepth from 1 to 2 for better visibility.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments