ConsolidationClusterReport
Defined in: packages/memory-ltm/src/types.ts:277
One merged (or would-be-merged, under dry-run) near-duplicate cluster.
Properties
Section titled “Properties”canonicalId
Section titled “canonicalId”canonicalId:
string
Defined in: packages/memory-ltm/src/types.ts:279
Survivor: highest importance, tie-broken by most recent createdAt.
loserIds
Section titled “loserIds”loserIds:
string[]
Defined in: packages/memory-ltm/src/types.ts:281
Members marked superseded by the canonical (would-be under dry-run).
scores
Section titled “scores”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
Section titled “unionedTags”unionedTags:
string[]
Defined in: packages/memory-ltm/src/types.ts:289
Final tag set carried by the canonical after the union.