Currently packages build by bits are installed/deployed under <architecture>/<pkg_name>/<version>-<revision>. Though CMS can work around this ( need to modify few tools) but it will help if bits can add a support for grouping. e.g. all ml packages go under ml group, common packages can go under externals or common, generator packages can go under generator and cms sepecific packages can go under cms. Such a directly structure will allow use existing CMS tools to directly make use of packages build by bits. One can also set a default group so that if package itself has not provided/set it then bits can use the one from defaults.
I think this should be trivial to implement (just need to add the group in the package hash and change the package path in the INSTALL_DIR so that when it is packages it has <architecture>/<group>/<pkg_name>/<version>[-<revision>]