- Issue created by @thejimbirch
In the readme, you advise to to keep recipes inside of Drupal. The recommended composer template in core places creates a recipes folder above the webroot as recipes are not a part of Drupal, but applied to Drupal.
Update the recommended path to:
"installer-paths": {
// existing entries omitted...
"recipes/{$name}": ["type:drupal-recipe"]
},
https://git.drupalcode.org/project/drupal/-/blob/11.x/composer/Template/...
And update the drush instructions:
drush recipe ../recipes/ai_ecosystem
MR to follow
Active
1.0
Documentation