Fixed
CMM-{UUID}share-link zones are no longer treated as Shared Photo Libraries. Accounts that have ever received an iCloud share link surface one or moreCMM-{UUID}zones in the shared CloudKit database. These are "Cloud Master Moment Share Asset" containers, not iCloud Shared Photo Libraries (which use theSharedSync-{UUID}zone naming). kei previously enumerated them alongside real shared libraries and ran aCheckIndexingStateprobe per zone, which produced spuriousERROR ... Failed to load library zone zone=CMM-...lines whenever Apple's CloudKit gateway transiently 502'd, and inflated the "Detected N iCloud shared libraries" notice. CMM zones are now skipped entirely with a debug-level log; onlySharedSync-*zones count as shared libraries. No download behavior changes — primary-library syncs were never affected.
Full changelog: CHANGELOG.md