Find clusters of related learnings that are ripe for compression.
When many similar solutions get linked together (e.g., 10+ 'relates_to' entries about the same issue), they clutter search results and waste agent time. Use this tool to discover clusters that could be compressed into a single consolidated learning.
WORKFLOW:
1. Call get_compression_candidates with min_cluster_size=3 (or higher)
2. Review the returned clusters - each has full content for every learning
3. Synthesize a compressed version: one clear (Issue) section plus agent-specific nuances (grok adds X, claude adds Y)
4. Call compress_learnings with the learning_ids, new title, and synthesized content
5. Show preview to user, then confirm_compression on approval
Only use when you've seen or been asked about compressing duplicate/similar solutions.
Connector