When scoped tags were introduced, I wanted to keep my tag structure very simple. I used ::foo and ::bar instead of scope::foo and scope::bar, leaving off the initial part of the scope.
Somewhere along the line the ability to do this was fixed/removed and if you try to use ::foo now, it gets changed to foo.
But (!) if you use status/::foo and status/::bar—if you nest the scoped tag without the initial scope—it works fine. You get ::foo and ::bar nested under status.
My question is, before I go down this path, is it a feature or a bug? Will it remain possible to use scope/::foo, or will it get fixed/removed as well? I don’t have a strong opinion one way or the other—I just wanted to ask the question.