Fetch ai submodules as standalone contrib modules by modifying composer.json
## Description To make sure that users get the best experience with the submodules that became a standalone contrib modules, but are still in ai module codebase, let's require them with composer. With this we will make sure that the latest version is fetched, as a lot of submodules are already out of sync with standalone contrib modules that implemented new cool features. ## Tasks * [x] Make sure [ai_content_suggestions](https://www.drupal.org/project/ai_content_suggestions) is in composer.json with the latest available version 1.5.0 * [x] Make sure [ai_search](https://www.drupal.org/project/ai_search) is in composer.json with the latest available version 1.3.0 (alpha at the moment) * [x] Make sure [ai_translate](https://www.drupal.org/project/ai_translate) is in composer.json with the latest available version 1.3.1 * [x] Make sure [field_widget_actions](https://www.drupal.org/project/field_widget_actions) is in composer.json with the latest available version 1.3.0 * [x] Make sure [ai_validations](https://www.drupal.org/project/ai_validations) is in composer.json with the latest available version 1.3.0 * [x] Make sure [ai_logging](https://www.drupal.org/project/ai_logging) is in composer.json with the latest available version 1.3.0 (currently only alpha) * [x] Push the current state of ai_ckeditor to its contrib space here https://www.drupal.org/project/ai_ckeditor and then require it with composer. Also for this module the CI/CD and release steps should be adjusted to not build the assets anymore inside AI Core. ## Acceptance criteria * all modules listed above are fetched as standalone contrib modules with composer. * CI/CD is not building ai_ckeditor assets anymore * Release script is not building and committing the ai_ckeditor assets anymore ## Testing instructions *(added by implementor before review)* 1. Check that all listed above modules are present in `modules/contrib` folder. > Change record: [#3612175](https://www.drupal.org/node/3612175)
issue