GH#1048: fix AGENTS.md — tracker and newsletter singleton paths from contributor insight review#1052
Conversation
Add two entries to the 'does not exist' path table: - inc/managers/class-tracker-manager.php and inc/telemetry/class-tracker.php: points to correct location inc/class-tracker.php; notes that the enable_error_reporting opt-in was removed in 2.5.1 and is_tracking_enabled() always returns false - inc/managers/class-newsletter-manager.php and inc/newsletter/class-newsletter.php: points to correct location inc/class-newsletter.php These classes live at the inc/ root (like class-orphaned-tables-manager.php documented previously), not in subdirectories like most managers. Insight source: contributor superdav42 sessions mentioning feedback/telemetry settings (the opt-in removal was done in PR #980) and newsletter opt-in. Resolves #1048
Merge SummaryPR: #1052 — GH#1048: fix AGENTS.md — tracker and newsletter singleton paths from contributor insight review What was done: Triage of all 7 insights:
AGENTS.md changes:
Verification: Documentation-only change; no code modified. aidevops.sh v3.13.17 plugin for OpenCode v1.3.17 with claude-sonnet-4-6 spent 17m and 38,483 tokens on this as a headless worker. |
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ 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. 📝 WalkthroughWalkthroughThe PR updates Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
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. Review rate limit: 0/1 reviews remaining, refill in 50 minutes and 21 seconds.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: |
|
Performance Test Results Performance test results for 22353f9 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:
|
🔨 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: |
Summary
Contributor insight review for issue #1048 (7 instruction candidates from superdav42).
Triage outcome:
enable_error_reportingopt-in removed,is_tracking_enabled()always returnsfalseChanges:
Add two entries to the AGENTS.md 'does not exist' path table, following the same pattern as the
class-orphaned-tables-manager.phpentry added in PR #1047:inc/managers/class-tracker-manager.php/inc/telemetry/class-tracker.php— agents looking for the telemetry singleton in a subdirectory; correct path isinc/class-tracker.php. Also notes theenable_error_reportingremoval so agents don't search for that setting.inc/managers/class-newsletter-manager.php/inc/newsletter/class-newsletter.php— agents looking for the newsletter opt-in in a subdirectory; correct path isinc/class-newsletter.php.Both classes live at the
inc/root (like the orphaned-table/user managers documented in #1047).Testing
No code changes — documentation only.
Resolves #1048
aidevops.sh v3.13.17 plugin for OpenCode v1.3.17 with claude-sonnet-4-6 spent 16m and 37,890 tokens on this as a headless worker.
Summary by CodeRabbit