Skip to content

Commit 92102a3

Browse files
dkotterdkotterjeffpaulgziolojustlevine
authored
Merge pull request #287 from dkotter/update/rename
Rename from `AI Experiments` to just `AI` Co-authored-by: dkotter <dkotter@git.wordpress.org> Co-authored-by: jeffpaul <jeffpaul@git.wordpress.org> Co-authored-by: gziolo <gziolo@git.wordpress.org> Co-authored-by: justlevine <justlevine@git.wordpress.org>
2 parents df06cb5 + b2e8274 commit 92102a3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+113
-109
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bug report
2-
description: Report a bug with the AI Experiments plugin
2+
description: Report a bug with the AI plugin
33
labels: ['[Type] Bug']
44
body:
55
- type: markdown
@@ -41,9 +41,9 @@ body:
4141
attributes:
4242
label: Environment info
4343
description: |
44-
Please list what AI Experiments plugin version you are using.
44+
Please list what AI plugin version you are using.
4545
placeholder: |
46-
- WordPress version, AI Experiments plugin version, and active Theme you are using.
46+
- WordPress version, AI plugin version, and active Theme you are using.
4747
- Browser(s) are you seeing the problem on.
4848
- Device you are using and operating system (e.g. "Desktop with Windows 10", "iPhone with iOS 14", etc.).
4949
validations:
@@ -61,7 +61,7 @@ body:
6161
- type: checkboxes
6262
id: plugins
6363
attributes:
64-
label: Please confirm that you have tested with all plugins deactivated except AI Experiments plugin.
64+
label: Please confirm that you have tested with all plugins deactivated except the AI plugin.
6565
options:
6666
- label: 'Yes'
6767
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Thanks for contributing to the AI plugin! Please follow the AI Experiments Plugin Contributing Guidelines:
1+
<!-- Thanks for contributing to the AI plugin! Please follow the AI Plugin Contributing Guidelines:
22
https://github.com/WordPress/ai/blob/trunk/CONTRIBUTING.md -->
33

44
## What?
@@ -12,6 +12,7 @@ Closes <!-- #ISSUE-NUMBER or URL -->
1212

1313
## How?
1414
<!-- How is your PR addressing the issue at hand? What are the implementation details? -->
15+
1516
<!-- If you are using AI tools, you must adhere to the AI Guidelines: https://make.wordpress.org/ai/handbook/ai-guidelines/ -->
1617

1718
### Use of AI Tools

.github/SUPPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# AI Experiments Plugin Project Support
1+
# AI Plugin Project Support
22

3-
Welcome to the AI Experiments plugin, a WordPress project. We hope you join us in exploring AI capabilities within WordPress; all are welcome here.
3+
Welcome to the AI plugin, a WordPress project. We hope you join us in exploring AI capabilities within WordPress; all are welcome here.
44

55
* Please see the [Contributing Guidelines](../CONTRIBUTING.md) for additional information on how to contribute.
66

.github/workflows/plugin-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
# Exclude file_type because of the dev files present in the repository.
6666
exclude-checks: |
6767
file_type
68+
ignore-codes: |
69+
plugin_header_unsupported_plugin_name
6870
exclude-directories: |
6971
.github
7072
docs

.wordpress-org/blueprints/blueprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
3-
"landingPage": "/wp-admin/options-general.php?page=ai-experiments",
3+
"landingPage": "/wp-admin/options-general.php?page=ai",
44
"preferredVersions": {
55
"php": "7.4",
66
"wp": "latest"

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing Guidelines
22

3-
Welcome to the WordPress AI Experiments Plugin! Here you find some information on how to get started contributing to the plugin.
3+
Welcome to the AI plugin! Here you'll find information on how to get started contributing to the plugin.
44

55
## Getting Started
66

@@ -143,13 +143,13 @@ echo 'Hello World';
143143
## Guidelines
144144

145145
- As with all WordPress projects, we want to ensure a welcoming environment for everyone. With that in mind, all contributors are expected to follow our [Code of Conduct](https://make.wordpress.org/handbook/community-code-of-conduct/).
146-
- All WordPress projects are licensed under the GPLv2+, and all contributions to the WordPress AI Experiments Plugin will be released under the GPLv2+ license. You maintain copyright over any contribution you make, and by submitting a pull request, you are agreeing to release that contribution under the GPLv2+ license.
146+
- All WordPress projects are licensed under the GPLv2+, and all contributions to the AI plugin will be released under the GPLv2+ license. You maintain copyright over any contribution you make, and by submitting a pull request, you are agreeing to release that contribution under the GPLv2+ license.
147147

148148
## Additional resources
149149

150150
For more detailed information on plugin architecture, creating experiments, and development workflows, see:
151151

152-
- [Developer Guide](docs/DEVELOPER_GUIDE.md) - Comprehensive guide to plugin experiment development
152+
- [Developer Guide](docs/DEVELOPER_GUIDE.md) - Comprehensive guide to plugin development
153153
- [Architecture Overview](docs/ARCHITECTURE_OVERVIEW.md) - Comprehensive guide to plugin architecture
154154
- [Release Instructions](docs/RELEASE_INSTRUCTIONS.md) - Checklist steps for releasing versions of the plugin
155155
- [Testing Strategy](docs/TESTING.md) - Testing philosophy and guidelines

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# WordPress AI Experiments
1+
# WordPress AI
22

3-
![AI Experiments](https://github.com/WordPress/ai/blob/trunk/.wordpress-org/banner-1544x500.png)
3+
![AI](https://github.com/WordPress/ai/blob/trunk/.wordpress-org/banner-1544x500.png)
44

55
![Required PHP Version](https://img.shields.io/wordpress/plugin/required-php/ai?label=Requires%20PHP) ![Required WordPress Version](https://img.shields.io/wordpress/plugin/wp-version/ai?label=Requires%20WordPress) ![WordPress Tested Up To](https://img.shields.io/wordpress/plugin/tested/ai?label=WordPress) [![GPL-2.0-or-later License](https://img.shields.io/github/license/WordPress/ai.svg)](https://github.com/WordPress/ai/blob/trunk/LICENSE.md?label=License)
66

77
![WordPress.org Rating](https://img.shields.io/wordpress/plugin/rating/ai?label=WP.org%20Rating) ![WordPress Plugin Downloads](https://img.shields.io/wordpress/plugin/dt/ai?label=WP.org%20Downloads) ![WordPress Plugin Active Installs](https://img.shields.io/wordpress/plugin/installs/ai?label=WP.org%20Active%20Installs) [![WordPress Playground Demo](https://img.shields.io/wordpress/plugin/v/ai?logo=wordpress&logoColor=FFFFFF&label=Live%20Demo&labelColor=3858E9&color=3858E9)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/WordPress/ai/trunk/.wordpress-org/blueprints/blueprint.json)
88

99
[![Test](https://github.com/WordPress/ai/actions/workflows/test.yml/badge.svg)](https://github.com/WordPress/ai/actions/workflows/test.yml) [![Dependency Review](https://github.com/WordPress/ai/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/WordPress/ai/actions/workflows/dependency-review.yml)
1010

11-
> AI experiments for WordPress. Modular framework for testing AI capabilities.
11+
> AI features and experiments for WordPress. Modular framework for testing AI capabilities.
1212
1313
## Description
1414

15-
The WordPress AI Experiments plugin provides a set of opt-in, experimental AI features for authors, editors, and admins directly within WordPress. It serves as a reference implementation for developers, agencies, and hosts looking to build or extend AI-powered workflows using building blocks from the WordPress AI team (as [*part of the **AI Building Blocks for WordPress** initiative*](https://make.wordpress.org/ai/2025/07/17/ai-building-blocks)).
15+
The AI plugin provides a set of opt-in AI features for authors, editors, and admins directly within WordPress. It serves as a reference implementation for developers, agencies, and hosts looking to build or extend AI-powered workflows using building blocks from the WordPress AI team (as [*part of the **AI Building Blocks for WordPress** initiative*](https://make.wordpress.org/ai/2025/07/17/ai-building-blocks)).
1616

1717
## Overview
1818

@@ -57,7 +57,7 @@ Overview of planned features:
5757

5858
## Developer Experience
5959

60-
The AI Experiments plugin is meant to be studied, forked, and extended. If you’re a host or agency, you can configure AI providers on behalf of your users so they don’t need to bring their own API keys.
60+
The AI plugin is meant to be studied, forked, and extended. If you’re a host or agency, you can configure AI providers on behalf of your users so they don’t need to bring their own API keys.
6161

6262
If you’re a plugin developer, you’ll be able to:
6363

@@ -70,11 +70,11 @@ If you’re a plugin developer, you’ll be able to:
7070

7171
We want everyone's input! Whether you're an author, editor, educator, researcher, accessibility expert, user, or someone with strong feelings about AI, all are welcome.
7272

73-
Anyone contributing to the AI Experiments plugin is expected to conduct themselves in accordance with the WordPress project's [Code of Conduct](https://github.com/WordPress/.github/blob/trunk/CODE_OF_CONDUCT.md).
73+
Anyone contributing to the AI plugin is expected to conduct themselves in accordance with the WordPress project's [Code of Conduct](https://github.com/WordPress/.github/blob/trunk/CODE_OF_CONDUCT.md).
7474

7575
* **Discuss:** [`#core-ai` channel](https://wordpress.slack.com/archives/C08TJ8BPULS) on WordPress Slack.
7676
* **Ideate:** Propose and comment on [GitHub discussions](https://github.com/WordPress/ai/discussions).
7777
* **Design:** [Share feedback](https://github.com/WordPress/ai/issues) on UX flows and accessibility.
7878
* **Test:** Try features as they're [released](https://github.com/WordPress/ai/releases) and [report feedback](https://github.com/WordPress/ai/issues).
7979

80-
View the [Credits](CREDITS.md) file for maintainers, contributors, and libraries for the AI Experiments plugin.
80+
View the [Credits](CREDITS.md) file for maintainers, contributors, and libraries for the AI plugin.

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Reporting Security Issues
22

3-
The AI Experiments plugin team and WordPress community take security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
3+
The AI plugin team and WordPress community take security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
44

55
To report a security issue, please visit the [WordPress HackerOne](https://hackerone.com/wordpress) program.

ai.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* @license GPL-2.0-or-later
99
*
1010
* @wordpress-plugin
11-
* Plugin Name: AI Experiments
11+
* Plugin Name: AI
1212
* Plugin URI: https://github.com/WordPress/ai
13-
* Description: AI experiments and capabilities for WordPress.
13+
* Description: AI features, experiments and capabilities for WordPress.
1414
* Version: 0.5.0
1515
* Requires at least: 7.0
1616
* Requires PHP: 7.4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wordpress/ai",
3-
"description": "AI experiments and capabilities for WordPress.",
3+
"description": "AI features, experiments and capabilities for WordPress.",
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"require": {

0 commit comments

Comments
 (0)