Custom Kirbytags not working in folder

I want to release a custom kirbytag via composer, this means my tag has to go inside its own folder.
It seems that unlike with plugins tags do not work if they are put inside a folder that has the same name as the main .php file.

Works:
site/plugins/my-plugin.php
site/plugins/my-plugin/my-plugin.php
site/tags/my-tag.php

Does not work:
site/tags/my-tag/my-tag.php

Created an Issue here: https://github.com/getkirby/kirby/issues/630

Why don’t you create a plugin that registers the tag?

https://getkirby.com/docs/developer-guide/plugins/registry

That works, thanks. Would still have liked to have it inside the tags-Folder as thats the first place I would go and look for it.

Why don’t you create a feature request issue on GitHub? Might not be changed in Kirby 2 and Kirby 3 might change this completely, but you never know.