Skip to content

ConsolidationClusterReport

Defined in: packages/memory-ltm/src/types.ts:277

One merged (or would-be-merged, under dry-run) near-duplicate cluster.

canonicalId: string

Defined in: packages/memory-ltm/src/types.ts:279

Survivor: highest importance, tie-broken by most recent createdAt.


loserIds: string[]

Defined in: packages/memory-ltm/src/types.ts:281

Members marked superseded by the canonical (would-be under dry-run).


scores: number[]

Defined in: packages/memory-ltm/src/types.ts:287

Similarity of each loser to the cluster’s seed row, index-aligned with loserIds. When the seed itself lost the canonical election, its entry is its similarity to the canonical (the same pair, read from the other side).


unionedTags: string[]

Defined in: packages/memory-ltm/src/types.ts:289

Final tag set carried by the canonical after the union.