Start with 2 generations by default

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-02 21:58:43 -05:00
parent 95255b5545
commit 7fd0fb5271
@@ -350,7 +350,7 @@ let collapsedNodes = new Set();
let expandedNodes = new Set(); // Manually expanded nodes (override depth limit)
let selectedIndex = -1;
let visibleNodes = [];
let defaultDepth = 3; // Show 3 levels by default
let defaultDepth = 2; // Show 2 levels by default
// Find person ID by name
function findPersonId(name) {