docs: add Composer-managed installation instructions#89
docs: add Composer-managed installation instructions#89justlevine wants to merge 6 commits intoWordPress:trunkfrom
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 @@
## trunk #89 +/- ##
=========================================
Coverage 86.65% 86.65%
Complexity 148 148
=========================================
Files 18 18
Lines 982 982
Branches 92 89 -3
=========================================
Hits 851 851
Misses 131 131
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:
|
There was a problem hiding this comment.
Pull Request Overview
This PR adds documentation for installing the Abilities API plugin via Composer in WordPress projects and clarifies the usage of plugin dependencies. The changes focus on expanding installation options and improving clarity around intended plugin usage patterns.
- Adds comprehensive Composer installation instructions with repository configuration and installer paths
- Updates language around plugin dependency usage from "best way" to "easiest way"
- Clarifies that plugin dependencies prevent activation but don't auto-install plugins
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
What
This PR adds docs on installing the plugin via Composer and clarifies the language around the intended usage of the plugin.
Why
Follow up to Change package type from library to wordpress-plugin #66 , per https://make.wordpress.org/ai/2025/09/26/ai-chat-summary-18-september-2025/
(props: Also reuses and expands on the example given in the PR description by @spenserhale )