docs: add repository guidelines#5538
Conversation
📝 WalkthroughWalkthroughA new documentation file, 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
🤖 Fix all issues with AI agents
In `@AGENTS.md`:
- Around line 3-8: The service module list omits apollo-biz; update the "Project
Structure & Module Organization" section to either add apollo-biz alongside
apollo-configservice, apollo-adminservice, and apollo-portal or make the
sentence explicit that the listed modules are examples (e.g., "service modules
like apollo-configservice, apollo-adminservice, apollo-portal, and apollo-biz"
or "examples include..."). Edit the sentence that currently lists
apollo-configservice/apollo-adminservice/apollo-portal to include apollo-biz (or
append a clarifying "partial list" note) so the documentation matches the root
pom's modules.
|
Thanks! Confirmed apollo-biz is a shared business-logic module (not a standalone service). Updated AGENTS.md to keep service examples to config/admin/portal and explicitly note apollo-biz’s dependency role. |
What's the purpose of this PR
Add a concise AGENTS.md contributor guide for this repository.
Which issue(s) this PR fixes:
Fixes #
Brief changelog
Follow this checklist to help us incorporate your contribution quickly and easily:
mvn clean testto make sure this pull request doesn't break anything.mvn spotless:applyto format your code.CHANGESlog.Summary by CodeRabbit