Files
safishamsi e16b01ce48 test(extract): assert --no-dedup graph invariant, not just kwarg propagation (#2881)
The PR's tests spy on the dedup kwarg reaching build/build_merge. Add graph-level
assertions for what the kwarg does: dedup=False preserves a fuzzy near-duplicate pair
that dedup=True merges, and exact-id collisions still collapse to one node either way
(the structural invariant that makes the flag safe).
2026-08-20 16:13:45 +01:00
..