I notice that:
- I can add a collection to itself
- I can add the same capability to a collection multiple times.
Should one or both of these be prohibited?
Prohibiting the former would probably be mostly cosmetic, assuming one doesn't also prohibit more general cycles in the containment graph (which might be a good idea but might also be annoying to detect.)
Prohibiting the latter also seems mostly cosmetic but it's hard for me to imagine a non-accidental reason to do it.