Move out AI Validations
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3552888. --> Reported by: [marcus_johansson](https://www.drupal.org/user/385947) Related to !1054 !1055 >>> <div class="note-version"> <h2>AI Validation submodule deprecated - moved to separate project</h2> <p> The AI Validation module that comes bundled with the AI module is being deprecated. To keep this functionality, you should install the separate <a href="https://www.drupal.org/project/ai_validation">AI Validation module</a>. </p> <p> When you are running the 1.3.x branch of the AI Validation module, you can install the AI Validation 1.3.x module alongside it, and it will take precedence. </p> </div> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>We are moving out AI Validations for 2.0. More TBA.</p> <h3 id="summary-problem-motivation">What to think about</h3> <p>General for all modules:</p> <ol> <li>Register the namespace</li> <li>Make sure to handle update hooks inside the new module. If we can not solve this without stubs, we should have a 1.3.0 release in between. 2.0.0 should not have any folders needed.</li> <li>Make sure to transfer the whole git history for the submodule folder into the AI Translate, and the do the move into root. You can cherry pick out any commits for a submodule.</li> </ol>
issue