Skip to content

[graph/core] refactor: move graph helpers into core#651

Merged
Yonava merged 6 commits into
mainfrom
yva/move-helper-to-core
Jun 10, 2026
Merged

[graph/core] refactor: move graph helpers into core#651
Yonava merged 6 commits into
mainfrom
yva/move-helper-to-core

Conversation

@Yonava

@Yonava Yonava commented Jun 10, 2026

Copy link
Copy Markdown
Owner
  • CoreGraph now exposes helpers: consumers no longer need to instantiate or pass helpers separately
  • useGraph no longer returns helpers in its public API (access via graph.helpers instead)
  • Removed legacy node priority system (prioritization.ts, prioritizeNode call in anchors plugin)
  • Fixed bug in getParents: was incorrectly mapping edge.target instead of edge.source
  • Pruned stale label tests

@Yonava Yonava merged commit ad9e78e into main Jun 10, 2026
1 check failed
@Yonava Yonava deleted the yva/move-helper-to-core branch June 10, 2026 19:01
@Yonava Yonava linked an issue Jun 10, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[graph] remove helper function forks from edge loadouts

1 participant