mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-05 04:00:31 +00:00
Merge origin/main (Distance Intelligence #502) into feat/explorer-visual-refresh. Conflict was in the viewModeItems useMemo: the PR's new cluster-based toolbar structure diverged from main's coreToolbarGroups additions. Resolution: - Keep PR's viewModeItems as a clean 3-item segmented control (Full/Grouped/Focused) - Port Distance Intelligence controls (ego mode, heatmap, structural/semantic overlay) into a new distanceToolbarItems useMemo that slots into the cluster toolbar as a "Distance" cluster, visible only when a node is selected - Wire distanceToolbarItems into toolbarClusters between "local-structure" and "analysis" clusters - All other Distance Intelligence additions (state vars, BFS helpers, useEffects, ego depth slider, GraphInspectorPanel onFocusNode prop) merged cleanly Co-authored-by: Mohd Kaif <98801504+KaifAhmad1@users.noreply.github.com> Co-authored-by: Zohaib Hassnain <109234410+ZohaibHassan16@users.noreply.github.com>