Skip to content

GH#985: docs(agents): add manager/gateway paths and wp-env Docker note to AGENTS.md#986

Merged
superdav42 merged 1 commit intomainfrom
feature/auto-20260429-071548-gh985
Apr 29, 2026
Merged

GH#985: docs(agents): add manager/gateway paths and wp-env Docker note to AGENTS.md#986
superdav42 merged 1 commit intomainfrom
feature/auto-20260429-071548-gh985

Conversation

@superdav42
Copy link
Copy Markdown
Collaborator

Summary

Addresses contributor insight issue #985 — 4 recurring error patterns from superdav42.

Note: this issue was filed same day as #978 (both April 29, 2026) with nearly identical counts (bash:other 75→77x, others unchanged), strongly indicating overlapping session data windows. This PR addresses the remaining documentation gaps not covered by the prior fix (PR #979).

Changes

  • read:file_not_found — add three new entries to the not-found path table:

    • inc/class-membership-manager.php (and other -manager variants) — manager classes are in inc/managers/
    • inc/class-gateway.php, inc/class-payment-gateway.php — gateway classes are in inc/gateways/
    • inc/functions/class-*.php — clarifies functions are plain PHP files, not OOP class files
  • bash:other — add warning that npm run env:* and npm run cy:* scripts require Docker and @wordpress/env; these are NOT the standard dev workflow

Files Modified

  • EDIT: AGENTS.md — 10 lines added

Verification

Documentation-only change. No functional code modified.

Resolves #985


aidevops.sh v3.13.10 plugin for OpenCode v1.3.17 with claude-sonnet-4-6 spent 6m and 21,559 tokens on this as a headless worker.

…s (GH#985)

- Add manager and gateway class wrong-path entries to the file-not-found table
  (inc/class-{name}-manager.php, inc/class-gateway.php, inc/functions/class-*.php)
- Add wp-env/Docker dependency warning to bash:other section for env:* and cy:* scripts

Addresses contributor-insight patterns: bash:other (77x) and read:file_not_found (38x)
from superdav42 sessions. Note: #985 was filed same day as #978 (both April 29) with
nearly identical counts — this addresses the remaining gaps not covered by the prior fix.

Fixes #985
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 29, 2026

Warning

Rate limit exceeded

@superdav42 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 17 minutes and 50 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 131bc8f8-228b-4c1b-a146-f96e419cbf46

📥 Commits

Reviewing files that changed from the base of the PR and between 8532200 and 5b81c0d.

📒 Files selected for processing (1)
  • AGENTS.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/auto-20260429-071548-gh985

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.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 17 minutes and 50 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

🔨 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!
Playground support for multisite is very limitied, hopefully it will get better in the future.

🚀 Launch in Playground

Login credentials: admin / password

@github-actions
Copy link
Copy Markdown

Performance Test Results

Performance test results for 8e2e2e8 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: /

Run DB Queries Memory Before Template Template WP Total LCP TTFB LCP - TTFB
0 40 37.73 MB 786.00 ms (-112.50 ms / -14% ) 147.50 ms (-8.00 ms / -5% ) 961.00 ms (-85.00 ms / -9% ) 1892.00 ms (-130.00 ms / -7% ) 1804.35 ms (-133.90 ms / -7% ) 91.90 ms (+8.10 ms / +9% )
1 56 49.03 MB 914.00 ms 143.00 ms 1059.00 ms 2008.00 ms 1929.20 ms 79.70 ms

@superdav42 superdav42 merged commit ad905f9 into main Apr 29, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Contributor insight: 4 recurring error pattern(s) from superdav42

1 participant