Artifact
// DIVERGENCE: one path set 3 props, the other set 1. // door helper (before): only one prop SET n.extractionConfidence = $confidence // legacy path (inline): three props SET n.extractionConfidence = $conf, n.softWriteAlpha = $alpha, n.softWriteReason = $reason // FIX: one shared helper, all three props, both paths call it.
43d26ae3-05d3-48d0-a4c6-dc30af902baa
// DIVERGENCE: one path set 3 props, the other set 1. // door helper (before): only one prop SET n.extractionConfidence = $confidence // legacy path (inline): three props SET n.extractionConfidence = $conf, n.softWriteAlpha = $alpha, n.softWriteReason = $reason // FIX: one shared helper, all three props, both paths call it.