Skip to content

Re organize ai code#22440

Merged
vraja-pro merged 58 commits intotrunkfrom
re-organize-ai-code
Sep 25, 2025
Merged

Re organize ai code#22440
vraja-pro merged 58 commits intotrunkfrom
re-organize-ai-code

Conversation

@pls78
Copy link
Copy Markdown
Member

@pls78 pls78 commented Jul 16, 2025

Context

  • We want to tidy up the AI-related code.
  • ⚠️ Merge this and the corresponding Premium PR only after discussing with Lingo about the AI Optimize and AI Summarize features.
  • ⚠️ Adapt the Yoast SEO version number in the deprecation docblocks and _deprecated_function according to the release this PR will be part of.

Summary

This PR can be summarized in the following changelog entry:

  • Re-organizes AI-related code by collecting all modules into an ai parent directory and consequently losing the AI_ namespace/class prefix
  • Exposes the REST endpoints in the window object.

Relevant technical choices:

  • All the AI-related modules dropped the AI_ prefix and are now under an ai parent directory.
  • Endpoint_List and Endpoints_Repository classes have been moved to src/routes/endpoint directory, so that they can be re-used throughout the codebase and not being re-declared each time.
  • Consent_Endpoint_Interface, Free_Sparks_Endpoint_Interface, Generator_Endpoint_Interface have been introduced to let our DI container know which endpoints need to be gathered by the respective repository. As a result, they are attached to the respective integration window object in the endpoint property (exception made for the Free Sparks one, which is bundled in thewpseoAiGenerator window object.
  • This means we can now fetch routes URLs from the backend, avoiding hard-coding it in JavaScript ( like we already do in the Dashboard)

Test instructions

Test instructions for the acceptance test before the PR gets merged

This PR can be acceptance tested by following these steps:

  • Smoke test the AI Generate and AI Optimize features

Relevant test scenarios

  • Changes should be tested with the browser console open
  • Changes should be tested on different posts/pages/taxonomies/custom post types/custom taxonomies
  • Changes should be tested on different editors (Default Block/Gutenberg/Classic/Elementor/other)
  • Changes should be tested on different browsers
  • Changes should be tested on multisite
  • Please check no errors or warnings are issued in the console
  • Please test this PR in each of the supported editors
  • Please test this PR for posts, pages and product pages

Test instructions for QA when the code is in the RC

  • QA should use the same steps as above.

Impact check

This PR affects the following parts of the plugin, which may require extra testing:

  • N/A

UI changes

  • This PR changes the UI in the plugin. I have added the 'UI change' label to this PR.

Other environments

  • This PR also affects Shopify. I have added a changelog entry starting with [shopify-seo], added test instructions for Shopify and attached the Shopify label to this PR.

Documentation

  • I have written documentation for this change. For example, comments in the Relevant technical choices, comments in the code, documentation on Confluence / shared Google Drive / Yoast developer portal, or other.

Quality assurance

  • I have tested this code to the best of my abilities.
  • During testing, I had activated all plugins that Yoast SEO provides integrations for.
  • I have added unit tests to verify the code works as intended.
  • If any part of the code is behind a feature flag, my test instructions also cover cases where the feature flag is switched off.
  • I have written this PR in accordance with my team's definition of done.
  • I have checked that the base branch is correctly set.

Innovation

  • No innovation project is applicable for this PR.
  • This PR falls under an innovation project. I have attached the innovation label.
  • I have added my hours to the WBSO document.

Fixes #

@coveralls
Copy link
Copy Markdown

coveralls commented Jul 16, 2025

Pull Request Test Coverage Report for Build d0fc1281b9b24f54c203cd93a4ab9a1da87701de

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 20 of 40 (50.0%) changed or added relevant lines in 8 files are covered.
  • 696 unchanged lines in 12 files lost coverage.
  • Overall coverage decreased (-0.5%) to 52.732%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/ai/consent/application/consent-endpoints-repository.php 0 3 0.0%
src/ai/free-sparks/application/free-sparks-endpoints-repository.php 0 3 0.0%
src/ai/generate/application/generator-endpoints-repository.php 0 3 0.0%
src/routes/endpoint/endpoint-list.php 0 4 0.0%
src/routes/endpoint/endpoints-repository.php 0 7 0.0%
Files with Coverage Reduction New Missed Lines %
admin/tracking/class-tracking-settings-data.php 6 0.0%
src/plans/user-interface/upgrade-sidebar-menu-integration.php 9 0.0%
src/generators/schema/person.php 11 87.23%
admin/class-expose-shortlinks.php 13 0.0%
src/integrations/front-end-integration.php 15 84.06%
inc/options/class-wpseo-option-wpseo.php 21 86.61%
wp-seo-main.php 35 0.0%
inc/options/class-wpseo-option.php 44 36.65%
admin/taxonomy/class-taxonomy.php 85 35.79%
inc/class-wpseo-admin-bar-menu.php 125 8.53%
Totals Coverage Status
Change from base Build a014d2bf2cb4fba4f6085de257b47041a76838a2: -0.5%
Covered Lines: 31230
Relevant Lines: 59348

💛 - Coveralls

@pls78 pls78 added the changelog: non-user-facing Needs to be included in the 'Non-userfacing' category in the changelog label Jul 21, 2025
@github-actions
Copy link
Copy Markdown

A merge conflict has been detected for the proposed code changes in this PR. Please resolve the conflict by either rebasing the PR or merging in changes from the base branch.

@pls78 pls78 force-pushed the re-organize-ai-code branch from 77469ce to b982687 Compare July 24, 2025 12:33
@pls78 pls78 marked this pull request as ready for review July 25, 2025 10:08
@github-actions
Copy link
Copy Markdown

A merge conflict has been detected for the proposed code changes in this PR. Please resolve the conflict by either rebasing the PR or merging in changes from the base branch.

Comment thread src/ai/consent/application/consent-endpoints-repository.php Outdated
Comment thread src/ai/free-sparks/application/free-sparks-endpoints-repository.php Outdated
Comment thread src/ai/generate/application/generator-endpoints-repository.php Outdated
@mykola
Copy link
Copy Markdown
Contributor

mykola commented Jul 31, 2025

@pls78 please resolve merge conflicts.

@github-actions
Copy link
Copy Markdown

A merge conflict has been detected for the proposed code changes in this PR. Please resolve the conflict by either rebasing the PR or merging in changes from the base branch.

@github-actions
Copy link
Copy Markdown

A merge conflict has been detected for the proposed code changes in this PR. Please resolve the conflict by either rebasing the PR or merging in changes from the base branch.

Copy link
Copy Markdown
Contributor

@vraja-pro vraja-pro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were 55 warnings:

  1. Yoast\WP\SEO\Tests\Unit\AI\Generate\Application\Suggestions_Provider\Build_Suggestions_Array_Test::test_build_suggestions_array
    "@Covers \Yoast\WP\SEO\AI_Generator\Application\Suggestions_Provider::build_suggestions_array" is invalid

  2. Yoast\WP\SEO\Tests\Unit\AI\Generate\Application\Suggestions_Provider\Build_Suggestions_Array_Test::test_build_suggestions_array_with_empty_api_response
    "@Covers \Yoast\WP\SEO\AI_Generator\Application\Suggestions_Provider::build_suggestions_array" is invalid

  3. Yoast\WP\SEO\Tests\Unit\AI\Generate\Application\Suggestions_Provider\Constructor_Test::test_constructor
    "@Covers \Yoast\WP\SEO\AI_Generator\Application\Suggestions_Provider::__construct" is invalid

  4. Yoast\WP\SEO\Tests\Unit\AI\Generate\Application\Suggestions_Provider\Get_Suggestions_Test::test_get_suggestions
    "@Covers \Yoast\WP\SEO\AI_Generator\Application\Suggestions_Provider::get_suggestions" is invalid

  5. Yoast\WP\SEO\Tests\Unit\AI\Generate\Application\Suggestions_Provider\Get_Suggestions_Test::test_get_suggestions_with_unauthorized_exception with data set "Retry on unauthorized" (true)
    "@Covers \Yoast\WP\SEO\AI_Generator\Application\Suggestions_Provider::get_suggestions" is invalid

  6. Yoast\WP\SEO\Tests\Unit\AI\Generate\Application\Suggestions_Provider\Get_Suggestions_Test::test_get_suggestions_with_unauthorized_exception with data set "Do not retry on unauthorized" (false)
    "@Covers \Yoast\WP\SEO\AI_Generator\Application\Suggestions_Provider::get_suggestions" is invalid

  7. Yoast\WP\SEO\Tests\Unit\AI\Generate\Application\Suggestions_Provider\Get_Suggestions_Test::test_get_suggestions_with_forbidden_exception
    "@Covers \Yoast\WP\SEO\AI_Generator\Application\Suggestions_Provider::get_suggestions" is invalid

  8. Yoast\WP\SEO\Tests\Unit\AI\Generate\Domain\Suggestion\Constructor_Test::test_constructor
    "@Covers \Yoast\WP\SEO\AI_Generator\Domain\Suggestion::__construct" is invalid

  9. Yoast\WP\SEO\Tests\Unit\AI\Generate\Domain\Suggestion\Get_Value_Test::test_get_value
    "@Covers \Yoast\WP\SEO\AI_Generator\Domain\Suggestion::get_value" is invalid

  10. Yoast\WP\SEO\Tests\Unit\AI\Generate\Domain\Suggestions_Bucket\Add_Suggestion_Test::test_add_suggestion
    "@Covers \Yoast\WP\SEO\AI_Generator\Domain\Suggestions_Bucket::add_suggestion" is invalid

  11. Yoast\WP\SEO\Tests\Unit\AI\Generate\Domain\Suggestions_Bucket\Constructor_Test::test_constructor
    "@Covers \Yoast\WP\SEO\AI_Generator\Domain\Suggestions_Bucket::__construct" is invalid

  12. Yoast\WP\SEO\Tests\Unit\AI\Generate\Domain\Suggestions_Bucket\To_Array_Test::test_to_array
    "@Covers \Yoast\WP\SEO\AI_Generator\Domain\Suggestions_Bucket::to_array" is invalid

  13. Yoast\WP\SEO\Tests\Unit\AI\Generate\Infrastructure\Endpoints\Get_Suggestions_Endpoint\Get_Name_Test::test_get_name
    "@Covers \Yoast\WP\SEO\AI_Generator\Infrastructure\Endpoints\Get_Suggestions_Endpoint::get_name" is invalid

  14. Yoast\WP\SEO\Tests\Unit\AI\Generate\Infrastructure\Endpoints\Get_Suggestions_Endpoint\Get_Namespace_Test::test_get_namespace
    "@Covers \Yoast\WP\SEO\AI_Generator\Infrastructure\Endpoints\Get_Suggestions_Endpoint::get_namespace" is invalid

  15. Yoast\WP\SEO\Tests\Unit\AI\Generate\Infrastructure\Endpoints\Get_Suggestions_Endpoint\Get_Route_Test::test_get_route
    "@Covers \Yoast\WP\SEO\AI_Generator\Infrastructure\Endpoints\Get_Suggestions_Endpoint::get_route" is invalid

  16. Yoast\WP\SEO\Tests\Unit\AI\Generate\Infrastructure\Endpoints\Get_Suggestions_Endpoint\Get_Url_Test::test_get_url
    "@Covers \Yoast\WP\SEO\AI_Generator\Infrastructure\Endpoints\Get_Suggestions_Endpoint::get_url" is invalid

  17. Yoast\WP\SEO\Tests\Unit\AI\Generate\Infrastructure\Endpoints\Get_Usage_Endpoint\Get_Name_Test::test_get_name
    "@Covers \Yoast\WP\SEO\AI_Generator\Infrastructure\Endpoints\Get_Usage_Endpoint::get_name" is invalid

  18. Yoast\WP\SEO\Tests\Unit\AI\Generate\Infrastructure\Endpoints\Get_Usage_Endpoint\Get_Namespace_Test::test_get_namespace
    "@Covers \Yoast\WP\SEO\AI_Generator\Infrastructure\Endpoints\Get_Usage_Endpoint::get_namespace" is invalid

  19. Yoast\WP\SEO\Tests\Unit\AI\Generate\Infrastructure\Endpoints\Get_Usage_Endpoint\Get_Route_Test::test_get_route
    "@Covers \Yoast\WP\SEO\AI_Generator\Infrastructure\Endpoints\Get_Usage_Endpoint::get_route" is invalid

  20. Yoast\WP\SEO\Tests\Unit\AI\Generate\Infrastructure\Endpoints\Get_Usage_Endpoint\Get_Url_Test::test_get_url
    "@Covers \Yoast\WP\SEO\AI_Generator\Infrastructure\Endpoints\Get_Usage_Endpoint::get_url" is invalid

  21. Yoast\WP\SEO\Tests\Unit\AI\Generate\Infrastructure\WordPress_URLs\Get_Callback_Url_Test::test_get_callback_url
    "@Covers \Yoast\WP\SEO\AI_Generator\Infrastructure\WordPress_URLs::get_callback_url" is invalid

  22. Yoast\WP\SEO\Tests\Unit\AI\Generate\Infrastructure\WordPress_URLs\Get_License_Url_Test::test_get_license_url
    "@Covers \Yoast\WP\SEO\AI_Generator\Infrastructure\WordPress_URLs::get_license_url" is invalid

  23. Yoast\WP\SEO\Tests\Unit\AI\Generate\Infrastructure\WordPress_URLs\Get_Refresh_Callback_Url_Test::test_get_refresh_callback_url
    "@Covers \Yoast\WP\SEO\AI_Generator\Infrastructure\WordPress_URLs::get_refresh_callback_url" is invalid

  24. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Bust_Subscription_Cache_Route\Bust_Subscription_Cache_Test::test_bust_subscription_cache
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Bust_Subscription_Cache_Route::bust_subscription_cache" is invalid

  25. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Bust_Subscription_Cache_Route\Conditional_Test::test_conditional
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Bust_Subscription_Cache_Route::get_conditionals" is invalid

  26. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Bust_Subscription_Cache_Route\Constructor_Test::test_constructor
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Bust_Subscription_Cache_Route::__construct" is invalid

  27. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Bust_Subscription_Cache_Route\Register_Routes_Test::test_register_routes
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Bust_Subscription_Cache_Route::register_routes" is invalid

  28. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Generator_Integration\Conditional_Test::test_conditional
    "@Covers \Yoast\WP\SEO\AI\Generator\User_Interface\Generator_Integration::get_conditionals" is invalid

  29. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Generator_Integration\Constructor_Test::test_constructor
    "@Covers \Yoast\WP\SEO\AI\Generator\User_Interface\Generator_Integration::__construct" is invalid

  30. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Generator_Integration\Enqueue_Assets_Test::test_enqueue_assets
    "@Covers \Yoast\WP\SEO\AI\Generator\User_Interface\Generator_Integration::enqueue_assets" is invalid

  31. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Generator_Integration\Get_Product_Subscriptions_Test::test_get_product_subscriptions
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\AI_Generator_Integration::get_product_subscriptions" is invalid

  32. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Generator_Integration\Get_Script_Data_Test::test_get_script_data
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Generator_Integration::get_script_data" is invalid

  33. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Generator_Integration\Register_Hooks_Test::test_register_hooks
    "@Covers \Yoast\WP\SEO\AI\Generator\User_Interface\Generator_Integration::register_hooks" is invalid

  34. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Suggestions_Route\Conditional_Test::test_conditional
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Suggestions_Route::get_conditionals" is invalid

  35. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Suggestions_Route\Constructor_Test::test_constructor
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Suggestions_Route::__construct" is invalid

  36. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Suggestions_Route\Get_Suggestions_Test::test_get_suggestions
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Suggestions_Route::get_suggestions" is invalid

  37. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Suggestions_Route\Get_Suggestions_Test::test_get_suggestions_with_missing_license
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Suggestions_Route::get_suggestions" is invalid

  38. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Suggestions_Route\Get_Suggestions_Test::test_get_suggestions_with_runtime_exception
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Suggestions_Route::get_suggestions" is invalid

  39. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Suggestions_Route\Register_Routes_Test::test_register_routes
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Suggestions_Route::register_routes" is invalid

  40. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Usage_Route\Conditional_Test::test_conditional
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Usage_Route::get_conditionals" is invalid

  41. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Usage_Route\Constructor_Test::test_constructor
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Usage_Route::__construct" is invalid

  42. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Usage_Route\Get_Action_Path_Test::test_get_action_path with data set "is Woo product, has valid Woo subscription, has Premium subscription" (true, true, true, '/usage/2025-09')
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Usage_Route::get_action_path" is invalid

  43. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Usage_Route\Get_Action_Path_Test::test_get_action_path with data set "is Woo product, has valid Woo subscription, no Premium subscription" (true, true, false, '/usage/2025-09')
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Usage_Route::get_action_path" is invalid

  44. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Usage_Route\Get_Action_Path_Test::test_get_action_path with data set "is Woo product, no valid Woo subscription, has valid Premium subscription" (true, false, true, '/usage/free-usages')
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Usage_Route::get_action_path" is invalid

  45. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Usage_Route\Get_Action_Path_Test::test_get_action_path with data set "is Woo product, no valid Woo subscription, no valid Premium subscription" (true, false, false, '/usage/free-usages')
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Usage_Route::get_action_path" is invalid

  46. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Usage_Route\Get_Action_Path_Test::test_get_action_path with data set "not Woo product, has valid Woo subscription, has Premium subscription" (false, true, true, '/usage/2025-09')
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Usage_Route::get_action_path" is invalid

  47. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Usage_Route\Get_Action_Path_Test::test_get_action_path with data set "not Woo product, has valid Woo subscription, no Premium subscription" (false, true, false, '/usage/free-usages')
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Usage_Route::get_action_path" is invalid

  48. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Usage_Route\Get_Action_Path_Test::test_get_action_path with data set "not Woo product, no valid Woo subscription, has valid Premium subscription" (false, false, true, '/usage/2025-09')
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Usage_Route::get_action_path" is invalid

  49. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Usage_Route\Get_Action_Path_Test::test_get_action_path with data set "not Woo product, no valid Woo subscription, no valid Premium subscription" (false, false, false, '/usage/free-usages')
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Usage_Route::get_action_path" is invalid

  50. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Usage_Route\Get_Usage_Test::test_get_usage
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Usage_Route::get_usage" is invalid

  51. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Usage_Route\Get_Usage_Test::test_get_usage_with_bad_http_request
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Usage_Route::get_usage" is invalid

  52. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Usage_Route\Get_Usage_Test::test_get_usage_with_too_many_requests_exception
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Usage_Route::get_usage" is invalid

  53. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Get_Usage_Route\Register_Routes_Test::test_register_routes
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Get_Usage_Route::register_routes" is invalid

  54. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Route_Permission_Trait\Check_Permissions_Test::test_check_permissions with data set "Logged out" (0, false)
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Route_Permission_Trait::check_permissions" is invalid

  55. Yoast\WP\SEO\Tests\Unit\AI\Generate\User_Interface\Route_Permission_Trait\Check_Permissions_Test::test_check_permissions with data set "Logged in" (1, true)
    "@Covers \Yoast\WP\SEO\AI_Generator\User_Interface\Route_Permission_Trait::check_permissions" is invalid

@vraja-pro
Copy link
Copy Markdown
Contributor

Do we want that in 26.0 release?

@pls78
Copy link
Copy Markdown
Member Author

pls78 commented Sep 12, 2025

Do we want that in 26.0 release?

I don't think so, no. This means that when you're done I'll update the deprecation notices accordingly
I updated the deprecation version to 26.1.

@vraja-pro
Copy link
Copy Markdown
Contributor

vraja-pro commented Sep 15, 2025

AC 🚧
When smoke testing the AI optimize, there is no request when clicking the spark and there is no request in the network tab, there is also no errors in the console. I used the Premium from https://github.com/Yoast/wordpress-seo-premium/pull/4698

@pls78 pls78 force-pushed the re-organize-ai-code branch from b4b4822 to 1924e01 Compare September 17, 2025 13:40
Copy link
Copy Markdown
Contributor

@vraja-pro vraja-pro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AC ✅

AI_Authorization is used in:

  • tests/Unit/AI/Authorization/User_Interface/Refresh_Callback_Route/Abstract_Refresh_Callback_Route_Test.php

Copy link
Copy Markdown
Contributor

@vraja-pro vraja-pro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CR & AC ✅

@vraja-pro vraja-pro added this to the 26.2 milestone Sep 25, 2025
@vraja-pro vraja-pro merged commit 981921e into trunk Sep 25, 2025
27 checks passed
@vraja-pro vraja-pro deleted the re-organize-ai-code branch September 25, 2025 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog: non-user-facing Needs to be included in the 'Non-userfacing' category in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants