## Problem Some repo pages render their architecture graphs correctly, while others show nothing. **Working:** https://repos.supermodeltools.com/react/ — graphs display fine **Broken:** https://repos.supermodeltools.com/mcp/ — graphs don't display ## Expected behavior All repo pages should render their architecture graphs. ## Requested action Do a root cause analysis: 1. Compare the generated output for a working repo (react) vs a broken one (mcp) 2. Check if the issue is in the data generation (missing/malformed graph data), the template rendering, or the frontend JS 3. Identify the specific condition that causes graphs to not display 4. Propose and implement a fix @claude
Problem
Some repo pages render their architecture graphs correctly, while others show nothing.
Working: https://repos.supermodeltools.com/react/ — graphs display fine
Broken: https://repos.supermodeltools.com/mcp/ — graphs don't display
Expected behavior
All repo pages should render their architecture graphs.
Requested action
Do a root cause analysis:
@claude