Blueprints in packages

In search for a way to provision Home Assistant Container setups from scratch, I discovered that I can achieve almost everything using a package. However, blueprints are expected at a fix location (/config/blueprints) and cannot be defined as part of a package.

Additionally, if I create a blueprint folder for my custom blueprints upfront (like /config/blueprints/automation/mynamespace/), the default blueprints (/config/blueprints/automation/homeassistant) do not get deployed.

I’d like to request support for blueprint definitions being part of a package definition.