Rename from AI Experiments to just AI#287
Conversation
…eferences in our readmes and config files to reference AI instead of AI Experiments
…eference experiments. Most importantly, changes the settings menu
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #287 +/- ##
=============================================
- Coverage 58.74% 58.72% -0.02%
Complexity 573 573
=============================================
Files 37 37
Lines 2950 2951 +1
=============================================
Hits 1733 1733
- Misses 1217 1218 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Noting that I've confirmed with James, Felix, and Pascal on renaming the plugin to |
@jeffpaul I believe all of this should be done so this is ready for review |
jeffpaul
left a comment
There was a problem hiding this comment.
I'm generally good here, but may want to consider updating other parts of the codebase to remove experiment-named items to make things simpler to maintain in the future even if that's a backcompat break (as generally something that would be easier to do before 7.0 than after).
|
I reviewed the PR and the branding rename from "AI Experiments" to "AI" looks complete — all user-facing plugin name references have been updated. Regarding @jeffpaul's suggestion about renaming the remaining Public API (requires deprecation):
This could also be an opportunity to rethink the architecture — rather than a separate "experiment" concept, these could become "features" with a maturity stage (experimental, stable, etc.). That would make the naming more future-proof and align with the plugin rebrand. Doing it before 1.0 makes sense since breaking changes are easier early, but it shouldn't block this PR. |
|
What is the preferred workflow for merging PRs? @dkotter, do you plan to handle it? There is no blocking feedback, assuming we follow up with additional refactorings. If I understand correctly, @justlevine is already working on related enhancements in #309. |
Yup, specifically the public API stuff you noted. Getting this in sooner than later would let me work faster and chunk things into parallel work for better collab. |
Generally either Jeff or I will merge, once something has been approved and we've discussed wanting it in the next release (which generally is anything that has been approved though sometimes we hold something). But I agree, getting this in now will help unblock future work. Will merge this once tests are finished running |
What?
Partially closes #234
Standardize on using the name
AIinstead ofAI ExperimentsWhy?
In preparation for the release of WordPress 7.0, we'll be moving some "experiments" to "features" and as such, the labelling as
AI Experimentsdoesn't make the most sense anymore.How?
AIinstead ofAI ExperimentsAI Experimentsto reference justAI, like the settings menuNote
I have not updated specific code references to experiments. For example, constants start with
AI_EXPERIMENTS_. Options and hooks start withai_experiments. We can update all of these if desired but not sure there's much value there.Use of AI Tools
None
Testing Instructions
AIorAI plugininstead ofAI ExperimentsScreenshots