docs: add sdk scope coverage matrix#10
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR consolidates and clarifies SDK scope boundaries across documentation. It defines what SDK core covers (native WordPress REST API client, DTOs, auth, pagination, discovery, error handling, generic REST helpers) versus what it excludes (opinionated content templates, orchestration workflows, plugin/theme-specific implementation logic). A new coverage matrix documents endpoint support against the official WordPress REST API reference. Maintenance documentation is restructured with numbered files and updated scope/gap specificity. ChangesSDK Scope Boundary and Coverage Documentation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
There was a problem hiding this comment.
Pull request overview
Adds and wires in a maintenance-focused WordPress REST API coverage matrix, while clarifying (and repeating consistently across entry points) what is and isn’t considered “SDK core” for this repository.
Changes:
- Added a new endpoint-by-endpoint WordPress REST API coverage matrix under maintenance docs.
- Reorganized maintenance documentation navigation to prefer numbered docs, keeping the prior “risks/gaps/roadmap” page as a compatibility summary.
- Strengthened SDK scope-boundary and helper-extraction guidance across README, user docs, contributing docs, and AI contributor guidance.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
README.md |
Links to the new coverage matrix and adds an explicit “SDK core boundary” section plus helper extraction guidance. |
docs/README.md |
Updates the Maintenance section links to point to the new numbered maintenance docs. |
docs/05-maintenance/risks-gaps-and-roadmap.md |
Reframes as a compatibility summary and links to the numbered maintenance docs. |
docs/05-maintenance/README.md |
Updates maintenance index to the new numbered docs and keeps the compatibility summary link. |
docs/05-maintenance/docs-changelog.md |
Records the new coverage matrix and scope-boundary documentation updates. |
docs/05-maintenance/02-wordpress-rest-api-coverage-matrix.md |
New: comprehensive REST API coverage matrix and documented gaps/partials. |
docs/05-maintenance/01-risks-and-gaps.md |
Expands and restructures maintenance notes into scope boundary, confirmed gaps, and helper watchlist. |
docs/04-development/ai-contributor-guide.md |
Adds explicit SDK core scope boundary and guidance on handling plugin/theme-coupled helpers. |
docs/02-user-guide/01-services-and-queries.md |
Adds scope boundary statement and guidance on extraction candidates for coupled helpers. |
CONTRIBUTING.md |
Adds scope boundary rules to contributor coding standards. |
CHANGELOG.md |
Notes documentation additions under Unreleased. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add SDK scope coverage matrix documentation.
Summary by CodeRabbit