A group fills up. The link stays the same.
A WhatsApp group has a member ceiling. When an audience arrives in bulk, the problem is not creating a group: it is deciding exactly when to create one, without scattering empty groups and without leaving anyone at the door.
The rule is the interesting part. A new group is only born when every sibling in the chain is full. If any still has room, nothing is created: the link simply starts pointing to it.
And creation is a policy, not a reflex. Automatic overflow is opt-in, needs its own approval permission, and the system reconciles what it created. A webhook that creates groups on impulse is how an operation loses control of itself.
Where this lives: Mechanics and governance in docs/specs/alluz-whatsapp-groups-overflow.md and the @caravela/whatsapp-groups package. The approval permission is separate from read and connection permissions.


