#1 increment 2: cluster the co-movement graph + network visualization
Completes the smart-money discovery lever beyond the per-seed list:
- Pure CoMovementGraphBuilder (Application): links wallets by shared timely
co-entries and clusters the graph via union-find (connected components).
- GET /api/co-movement/graph builds the graph over copy-relevant + insider
wallets and weights each node by an "informed share" — how often the wallet
entered before a big favorable price move (from stored price snapshots,
graceful when absent). This is the "co-move before price moves" signal.
- UI: a new "Netzwerk" page rendering an SVG cluster graph (node size = score,
color = cluster, gold ring = insider, green ring = informed leader);
click a node opens the trader.
- Tests: min-edge-weight, window filtering, connected-component clustering.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@