docs: 도메인별 Claude Code rule 파일 세팅#414
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! 본 PR은 프로젝트의 도메인별 코드 구조와 설계 컨벤션을 Claude Code가 더 정확하게 이해하고 활용할 수 있도록 돕기 위한 문서화 작업입니다. 각 도메인 패키지의 구조적 특성, 데이터 처리 방식, 그리고 주의해야 할 기술적 제약 사항들을 규칙 파일로 정리하여 향후 코드 작성 시 발생할 수 있는 실수를 방지하고 일관성을 유지하고자 합니다. Highlights
New Features🧠 You can now enable Memory (public preview) to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. 도메인마다 규칙을 적어, Claude가 길을 잃지 않게, 구조의 비밀을 문서에 담아, 코드의 질서를 세우네. Footnotes
|
There was a problem hiding this comment.
Code Review
이번 풀 리퀘스트에서는 프로젝트의 각 도메인(admin, auth, inquiry, menu, partnership, rating, report, restaurant, review, slack, slice, user)에 대한 설계 규칙과 주의사항을 정리한 Claude 룰 파일들을 추가하고, CLAUDE.md 내의 admin 패키지 설명을 최신 구현에 맞게 수정하였습니다. 제공된 리뷰어 피드백이 없으므로 추가적인 피드백은 없습니다.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
#️⃣ Issue Number
📝 요약(Summary)
.claude/rules/에 도메인별 rule 파일 12개(auth, menu, review, rating, user, partnership, admin, inquiry, report, restaurant, slack, slice)를 추가했습니다. 기존persistence.md/testing.md/commenting.md와 동일하게paths:frontmatter로 해당 도메인 경로에만 적용되도록 스코프를 제한했습니다.BaseResponse,BaseException/BaseResponseStatus,Localizable등)은 이미 최상위CLAUDE.md에 있으므로 중복 기재하지 않았고, 각 도메인 rule에는 해당 도메인에서만 통하는 설계/구조적 특이사항만 담았습니다.spring-boot-starter-mustache의존성 자체가 없고 모든 admin 컨트롤러가@ResponseBodyJSON API입니다.💬 공유사항 to 리뷰어
#401은 이미 수정 PR 올렸고, 나머지 11건은#403~#413으로 개별 이슈만 등록해뒀습니다)은 이번 PR 범위에 포함하지 않았습니다.✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.