personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Reduce central gravity and increase label font sizes

centralGravity 0.3→0.05 to stop pulling core cluster together.
Label font size range 10-16→14-22 for readability at overview zoom.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+2 -1
+2 -1
apps/home/workspace.html
··· 379 379 hover: { background: color, border: n.is_principal ? '#f59e0b' : '#374151' }, 380 380 }, 381 381 borderWidth: n.is_principal ? 3 : 1.5, 382 - font: { size: Math.max(10, Math.min(16, 8 + size * 0.2)), color: '#374151' }, 382 + font: { size: Math.max(14, Math.min(22, 10 + size * 0.3)), color: '#374151' }, 383 383 title: n.name + ' (' + n.type + ') — score: ' + n.score.toFixed(1), 384 384 _data: n, 385 385 }; ··· 445 445 solver: 'barnesHut', 446 446 barnesHut: { 447 447 gravitationalConstant: -30000, 448 + centralGravity: 0.05, 448 449 springLength: 250, 449 450 springConstant: 0.01, 450 451 damping: 0.09,