docs: add repository agent guide#28
Conversation
for more information, see https://pre-commit.ci
📝 WalkthroughWalkthroughAdds ChangesAgent Guidance
Estimated code review effort: 1 (Trivial) | ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@AGENTS.md`:
- Around line 50-51: Update the plugin validation commands in AGENTS.md to use
the package.json-defined scripts test:plugin:smoke and test:plugin:runtime
instead of plugin:smoke and plugin:runtime-smoke.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| npm run plugin:smoke | ||
| npm run plugin:runtime-smoke |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟠 Major | ⚡ Quick win
Use the repository’s actual plugin validation script names.
The supplied package.json defines test:plugin:smoke and test:plugin:runtime; these commands will fail as written:
-npm run plugin:smoke
-npm run plugin:runtime-smoke
+npm run test:plugin:smoke
+npm run test:plugin:runtime📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| npm run plugin:smoke | |
| npm run plugin:runtime-smoke | |
| npm run test:plugin:smoke | |
| npm run test:plugin:runtime |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@AGENTS.md` around lines 50 - 51, Update the plugin validation commands in
AGENTS.md to use the package.json-defined scripts test:plugin:smoke and
test:plugin:runtime instead of plugin:smoke and plugin:runtime-smoke.
Summary
Validation
Summary by CodeRabbit