Add custom experiment reference docs#499
Conversation
|
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✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #499 +/- ##
=============================================
+ Coverage 62.64% 69.16% +6.52%
- Complexity 681 981 +300
=============================================
Files 49 63 +14
Lines 3515 4648 +1133
=============================================
+ Hits 2202 3215 +1013
- Misses 1313 1433 +120
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:
|
143a88c to
f7cdfb1
Compare
Co-authored-by: Darin Kotter <darin.kotter@gmail.com>
Co-authored-by: yusufhay <yusufmudagal@git.wordpress.org> Co-authored-by: dkotter <dkotter@git.wordpress.org> Co-authored-by: jeffpaul <jeffpaul@git.wordpress.org>
What?
Closes #184
Adds a documented custom experiment reference for developers extending the AI plugin.
Why?
The repository already includes example experiment code, but it is not surfaced as an easy-to-follow reference for plugin developers. This makes the extension path harder to discover than it needs to be.
How?
docs/experiments/custom-experiment-reference.mdpageExample_ExperimentimplementationUse of AI Tools
AI assistance: Yes
Tool(s): Codex
Model(s): GPT-5
Used for: drafting the initial documentation update and PR text; final file changes were reviewed and committed by me.
Testing Instructions
docs/experiments/custom-experiment-reference.mdand confirm the example explains how to register a custom experiment.docs/DEVELOPER_GUIDE.mdand confirm the new reference is linked from the table of contents, experiment creation section, and resources section.README.mdand confirm the developer experience section links to the new reference page.Screenshots or screencast
Not applicable.
Changelog Entry