What's New
File Organization
- All generated files now live in
.code-review-graph/directory instead of cluttering repo root - Auto-created
.gitignoreinside the directory prevents accidental commits - Automatic migration from legacy
.code-review-graph.dbat repo root
Visualization Density
- Start collapsed: Only File nodes visible on load — click to expand children
- Search bar: Filter nodes by name or qualified name in real-time
- Edge type toggles: Click legend items to show/hide Calls, Imports, Inherits, Contains
- Scale-aware layout: Force simulation adapts for large graphs (300+ nodes)
Project Cleanup
- Removed redundant
references/directory (was duplicate ofdocs/) - Removed unused
agents/directory andsettings.json - Updated all documentation for new paths
Path Changes
| Before | After |
|---|---|
.code-review-graph.db
| .code-review-graph/graph.db
|
.code-review-graph.html
| .code-review-graph/graph.html
|
Existing databases are automatically migrated on first run.
Full Changelog: v1.4.0...v1.5.0