GH#978: expand AGENTS.md to address recurring contributor error patterns#979
GH#978: expand AGENTS.md to address recurring contributor error patterns#979superdav42 merged 1 commit intomainfrom
Conversation
…(GH#978) - Add missing test directories (Builders/, functional/, unit/) to project structure - Clarify WP_Ultimo/ as main test suite in project map - Add three commonly-attempted non-existent paths to the file-not-found table: inc/bootstrap.php, tests/WP_Ultimo/bootstrap.php, inc/class-plugin.php/class-main.php Addresses contributor-insight patterns: read:file_not_found (38x) and bash:other (75x) from superdav42 sessions. Fills gaps identified vs canonical AGENTS.md target state. Fixes #978
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis pull request updates Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 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 60 minutes.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 8a82b40 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:
|
SummaryTriage of contributor-insight issue #978 (4 recurring error patterns from superdav42). Changes
Error patterns addressed
TestingDocumentation-only change — no PHP/JS code modified. git ls-files 'tests/Builders/' | head -1 # non-empty confirms directory exists
git ls-files 'inc/bootstrap.php' # empty confirms path correctly non-existent
git ls-files 'tests/WP_Ultimo/bootstrap.php' # empty confirms path correctly non-existentaidevops.sh v3.13.10 plugin for OpenCode v1.3.17 with claude-sonnet-4-6 spent 6m and 17,830 tokens on this as a headless worker. Merged via PR #979 to main. |
Summary
Triage of contributor-insight issue #978 (4 recurring error patterns from superdav42).
Worker triage assessment: Premise verified — error patterns are real. Outcome B: AGENTS.md already covers the four patterns comprehensively, but the repo file lagged behind the canonical target state. This PR fills the documented gaps.
Changes
AGENTS.md— Project Structure:tests/Builders/,tests/functional/,tests/unit/read:file_not_founderrors when contributors searched for test filesAGENTS.md— Non-existent paths table:inc/bootstrap.php— commonly attempted; plugin entry point isultimate-multisite.phptests/WP_Ultimo/bootstrap.php— commonly attempted; actual bootstrap istests/bootstrap.phpinc/class-plugin.php/inc/class-main.php— common WP plugin naming convention that doesn't apply here; main class isinc/class-wp-ultimo.phpError patterns addressed
read:file_not_foundbash:otheredit:not_read_firstwebfetch:otherTesting
Documentation-only change — no PHP/JS code modified.
Resolves #978
aidevops.sh v3.13.10 plugin for OpenCode v1.3.17 with claude-sonnet-4-6 spent 6m and 17,830 tokens on this as a headless worker.
Summary by CodeRabbit