list-clusters-partitions-all-beliefs
IN premise
`list_clusters` assigns every input belief to exactly one cluster with no drops or duplicates — the union of all cluster members equals the input set.
Summary
Every belief in the system will always end up in exactly one cluster when clustering is performed — nothing gets lost and nothing appears twice. This guarantees that clustering is a clean partition of the input, so downstream processes can safely treat the clusters as a complete and non-overlapping view of all beliefs.
Details
| Source | entries/2026/05/11/tests-test_cluster.md |