chore: add wp-cli.yml and local dev environment docs#756
Conversation
Point wp-cli at shared WordPress 7.0-RC2 multisite dev install at ../wordpress (wordpress.local:8080). Documents reset workflow and WP-CLI usage in AGENTS.md.
📝 WalkthroughWalkthroughAdded local development environment documentation to Changes
Possibly Related PRs
Poem
Estimated Code Review Effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔨 Build Complete - Ready for Testing!📦 Download Build Artifact (Recommended)Download the zip build, upload to WordPress and test:
🌐 Test in WordPress Playground (Very Experimental)Click the link below to instantly test this PR in your browser - no installation needed! Login credentials: |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
AGENTS.md (1)
173-177: Consider adding a note about thereset.shdependency.The command examples are functional, but the
./reset.shscript on line 176 is referenced without explanation. Consider briefly documenting whatreset.shdoes or noting that it must exist in the../wordpressdirectory.📝 Suggested documentation clarification
```bash wp plugin activate $(basename $PWD) # activate this plugin wp plugin deactivate $(basename $PWD) # deactivate -wp db reset --yes && cd ../wordpress && ./reset.sh # full reset +wp db reset --yes && cd ../wordpress && ./reset.sh # full DB + WordPress reset (requires reset.sh in ../wordpress)</details> <details> <summary>🤖 Prompt for AI Agents</summary>Verify each finding against the current code and only fix it if needed.
In
@AGENTS.mdaround lines 173 - 177, Add a brief note in AGENTS.md next to the
example command that./reset.shis a required script located in the
../wordpress directory and describe its purpose (e.g., resets WordPress
installation and assets) so users know the dependency and what the script does;
update the comment on thewp db reset --yes && cd ../wordpress && ./reset.sh
example to mention "requires reset.sh in ../wordpress" and a short parenthetical
like "(performs full WordPress reset)" to clarify intent.</details> </blockquote></details> </blockquote></details> <details> <summary>🤖 Prompt for all review comments with AI agents</summary>Verify each finding against the current code and only fix it if needed.
Inline comments:
In@AGENTS.md:
- Line 167: Update the WordPress version in the AGENTS.md line that currently
reads "WordPress version: 7.0-RC2" to reference the latest stable release
"WordPress version: 6.9.4" so the documentation points to a stable release
instead of a pre-release.
Nitpick comments:
In@AGENTS.md:
- Around line 173-177: Add a brief note in AGENTS.md next to the example command
that./reset.shis a required script located in the ../wordpress directory and
describe its purpose (e.g., resets WordPress installation and assets) so users
know the dependency and what the script does; update the comment on thewp db reset --yes && cd ../wordpress && ./reset.shexample to mention "requires
reset.sh in ../wordpress" and a short parenthetical like "(performs full
WordPress reset)" to clarify intent.</details> <details> <summary>🪄 Autofix (Beta)</summary> Fix all unresolved CodeRabbit comments on this PR: - [ ] <!-- {"checkboxId": "4b0d0e0a-96d7-4f10-b296-3a18ea78f0b9"} --> Push a commit to this branch (recommended) - [ ] <!-- {"checkboxId": "ff5b1114-7d8c-49e6-8ac1-43f82af23a33"} --> Create a new PR with the fixes </details> --- <details> <summary>ℹ️ Review info</summary> <details> <summary>⚙️ Run configuration</summary> **Configuration used**: defaults **Review profile**: CHILL **Plan**: Pro **Run ID**: `2cb98cf5-17aa-48b2-a427-ae3aca58e9f9` </details> <details> <summary>📥 Commits</summary> Reviewing files that changed from the base of the PR and between 3698e2769d60c4aa898a6aafa499349a0db5af19 and 0610e08d59df2d5c0ea732581c69f179120657dd. </details> <details> <summary>📒 Files selected for processing (2)</summary> * `AGENTS.md` * `wp-cli.yml` </details> </details> <!-- This is an auto-generated comment by CodeRabbit for review status -->
|
|
||
| - **URL**: http://wordpress.local:8080 | ||
| - **Admin**: http://wordpress.local:8080/wp-admin — `admin` / `admin` | ||
| - **WordPress version**: 7.0-RC2 |
There was a problem hiding this comment.
🧩 Analysis chain
🌐 Web query:
What is the latest WordPress version as of April 2026?
💡 Result:
As of April 2026 (including April 8, 2026), the latest stable WordPress release is WordPress 6.9.4 (a security release), published March 11, 2026. [1] [2]
Note: WordPress 7.0 was still in release-candidate status in late March 2026, not yet the latest stable release. [3]
Sources:
[1] https://wordpress.org/download/
[2] https://wordpress.org/news/2026/03/wordpress-6-9-4-release/
[3] https://wordpress.org/news/
Consider using WordPress 6.9.4 (stable) instead of 7.0-RC2.
WordPress 7.0-RC2 is a pre-release version. As of April 2026, the latest stable release is WordPress 6.9.4 (released March 11, 2026). Documentation should reference stable versions when possible.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@AGENTS.md` at line 167, Update the WordPress version in the AGENTS.md line
that currently reads "**WordPress version**: 7.0-RC2" to reference the latest
stable release "**WordPress version**: 6.9.4" so the documentation points to a
stable release instead of a pre-release.
|
Performance Test Results Performance test results for ed2262a are in 🛎️! Note: the numbers in parentheses show the difference to the previous (baseline) test run. Differences below 2% or 0.5 in absolute values are not shown. URL:
|
|
Point wp-cli at shared WordPress 7.0-RC2 multisite dev install at ../wordpress (wordpress.local:8080). Documents reset workflow and WP-CLI usage in AGENTS.md. Merged via PR #756 to main.
|
Point wp-cli at shared WordPress 7.0-RC2 multisite dev install at ../wordpress (wordpress.local:8080). Documents reset workflow and WP-CLI usage in AGENTS.md.
Summary by CodeRabbit
Release Notes
Documentation
Chores