Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/memory / / reconcileToConflictDecision

Function: reconcileToConflictDecision()

ts
function reconcileToConflictDecision(decision): ConflictDecision;

Defined in: packages/memory/src/conflict/types.ts:238

Map a ReconcileDecision onto the existing ConflictDecision so reconcile outcomes land in fact_conflicts through the same audit path as the inline pipeline (no new stage / schema): addadmit, noopdedup, update / conflictsupersede. All reconcile decisions are stamped with the defer-to-deep stage — the reconcile loop is the consolidator's replacement for the deferred deep-judge step it supersedes.

Parameters

ParameterType
decisionReconcileDecision

Returns

ConflictDecision

Stable