[ICC-266] Claude Code 환경 초기화 및 Spotless 포맷터 도입#137
Merged
Conversation
- CLAUDE.md 신규 생성 (기술 스택, 명령어, 아키텍처, 환경 변수) - .claude/ 디렉토리 추가 (rules, commands, agents, hooks, scripts) - /commit 스킬에 문서 동기화 체크 단계 추가 - JIRA 커밋 접두사 Git Hook 설치 (.githooks/) - .mcp.json을 .gitignore에 추가 (로컬 환경 설정 파일)
- CLAUDE.md 초기화 마커 제거 및 기술 스택/명령어/아키텍처 섹션 상세화 - .claude/ rules, commands, hooks, settings 개선 - .editorconfig, .githooks/pre-commit 추가 - 불필요한 commands(sync-docs, validate) 제거
- build.gradle에 Spotless 플러그인(Google Java Format 7.0.4) 추가 - 전 서브모듈 Java 소스에 Google Java Format 자동 적용 - 미사용 import 제거, 줄 끝 공백 정리, 파일 끝 개행 추가
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📢 설명
변경 1: Claude Code 프로젝트 환경 초기화
개발 생산성 향상을 위해 Claude Code를 프로젝트에 도입했다.
.claude/디렉토리에 agents, commands, rules, hooks, scripts, settings 등 환경 설정 파일을 구성하고,CLAUDE.md를 프로젝트의 Single Source of Truth로 작성했다..editorconfig,.gitignore,.githooks/설정도 함께 추가했다.변경 2: Spotless 포맷터 도입 및 전체 코드 포맷팅
팀원 간 코딩 컨벤션 통일을 위해 Spotless + Google Java Format을 도입했다.
build.gradle에 플러그인을 추가하고, 전체 Java 소스 코드에 일괄 포맷팅을 적용했다.변경 3: PR 템플릿 구조 개선
PR 템플릿의 체크리스트를 "재현 확인"과 "기본"으로 분리하여 리뷰 책임을 명확히 했다.
코드 설명: 인라인 코멘트 확인
✅ 체크 리스트
재현 확인
기본