AntiPattern
Graph Merge Idempotency Gap
non-unique-graph-merge-race
Concurrent graph extraction merges nodes by non-unique keys (e.g., normalizedLabel) without enforced constraints, so parallel CREATEs win races and create duplicate entities that later ML steps and vector lookups rely on. Index/schema mismatches turn these duplicates into silent, hard-to-debug downstream errors.