Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/memory / / ConflictAuditDecision

Type Alias: ConflictAuditDecision

ts
type ConflictAuditDecision = "admit" | "dedup" | "supersede" | "pending" | "judge-unparseable";

Defined in: packages/memory/src/internal/storage-adapter.ts:288

Final pipeline outcome recorded against the candidate fact. Matches the storage adapter's ConflictPipelineDecision exactly. 'judge-unparseable' closes a pending row whose deep-phase judge call repeatedly failed (MCON-9) so it stops being re-billed forever.

Stable