Interfaces
ConflictRow
Interface: ConflictRow
Defined in: src/core/agent/findings/types.ts:180
The algebra's fact at the write that created it: two stood-on readings on
one key disagree. Written from conflictsOf's output only, once per key.
Properties
iteration
readonlyiteration:number
Defined in: src/core/agent/findings/types.ts:185
key
readonlykey:string
Defined in: src/core/agent/findings/types.ts:183
The assertionKey the readings share.
kind
readonlykind:"conflict"
Defined in: src/core/agent/findings/types.ts:181
witnesses
readonlywitnesses: readonlyConflictWitness[]
Defined in: src/core/agent/findings/types.ts:184
