v1.2.0
Multi-clause function detection — consecutive def/defp/defmacro clauses with the same name and arity are now grouped and fingerprinted as a single unit.
Previously, a duplicated 3-clause function like format_bytes/1 (total mass ~50) went undetected at the default min_mass: 30 because each clause was analyzed independently (mass 15–19 each). Now it is caught as a single clone.