In development and CI, define path repositories dynamically
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3565579. -->
Reported by: [phenaproxima](https://www.drupal.org/user/205645)
Related to !737
>>>
<p>For local development, we ship a static <code>.composer/config.json</code> with the local path repositories for all our recipes predefined.</p>
<p>In CI, we create an artifact repository for them.</p>
<p>Both approaches work, but we can normalize them on <code>find -exec</code>.</p>
issue