docs: add AGENTS.md with build commands, code style, and project conventions#688
docs: add AGENTS.md with build commands, code style, and project conventions#688superdav42 merged 2 commits intomainfrom
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 15 minutes and 59 seconds. ⌛ 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. 📝 WalkthroughWalkthroughAdds Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@AGENTS.md`:
- Around line 50-77: The fenced project-structure code block starting with
"ultimate-multisite.php" is missing a language identifier; update that markdown
fence to include a language tag (e.g., add "text" after the opening ``` ) so the
block becomes ```text, which will satisfy markdownlint MD040 and preserve
formatting for the list items shown (ultimate-multisite.php, constants.php,
sunrise.php, inc/, tests/, views/, assets/, etc.).
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
🔨 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 df16c1d 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:
|
|
Dispatching worker to address CodeRabbit review suggestion.
aidevops.sh v3.5.77 plugin for OpenCode v1.3.0 with claude-sonnet-4-6 has used 10,476 tokens for 4m. |
🔨 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
AGENTS.mdwith build/test/lint commands (including single-test invocation), project structure, PHP/JS/CSS code style guidelines, naming conventions, key patterns (Singleton managers, Base_Model, WP_Error error handling), test conventions, and pre-commit hook setup.WP_Ultimonamespace andwu_prefixes are preserved for backwards compatibility.*.min.jsand*.min.cssfiles are generated during release builds and should not be committed on feature branches.Summary by CodeRabbit