Problem/Motivation
If you want to list core recipes in the profile's info file, you can't. Core, being a special snowflake, contains several recipes within it and therefore violates the idea that every recipe needs to be its own Composer package.
Proposed resolution
Add special-case handling for core, allowing to reference its recipes individually like drupal/core:administrator_role.
Issue fork recipe_installer_kit-3569200
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
phenaproximaI tested this with both Byte and Drupal CMS's Starter recipe, by removing the line where they explicitly apply the administrator_role recipe from core, and having that recipe be required by the Drupal CMS install profile. In both cases, the Administrator role was created as expected. I think this works as intended.
Comment #5
phenaproximaMerged into 1.x.