Problem
The PR removes the root-exported overrideEdges function that shipped in @samchon/graph v0.2.0 while the package version remains 0.2.0. Removing the heuristic from the indexing pipeline is correct, but removing the public symbol without a compatibility path breaks existing TypeScript consumers at compile time.
Acceptance criteria
- restore
overrideEdges at the package root with its released call shape
- mark it deprecated and keep the core compiler-owned indexing path independent of it
- add an export/API regression proving existing imports still compile and behave compatibly
- reserve actual removal for a documented breaking release
Problem
The PR removes the root-exported
overrideEdgesfunction that shipped in@samchon/graphv0.2.0 while the package version remains 0.2.0. Removing the heuristic from the indexing pipeline is correct, but removing the public symbol without a compatibility path breaks existing TypeScript consumers at compile time.Acceptance criteria
overrideEdgesat the package root with its released call shape