init : AI 코딩 템플릿 설계 - #173
Merged
Merged
Conversation
ver.JSW
추가/보완된 내용 ┌────────────────────┬──────────────────────────────────────────────────────────────────────────────────────────────────┐ │ 섹션 │ 변경 사항 │ ├────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────┤ │ 2) 디렉토리 구조 │ 실제 프로젝트 트리 구조 추가, core/services/ 실제 클래스명 반영 (StompService, PipController 등) │ ├────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────┤ │ 2) 네이밍 규칙 │ 테이블로 정리 — De* 접두사 위젯/상수 컨벤션 추가 │ ├────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────┤ │ 4) 코드 스타일 │ log.d(), log.e() 구체적 사용법 명시 │ ├────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────┤ │ 6) 네트워크 레이어 │ 신규 — DioClient, DioInterceptor, Retrofit, StompService, 환경변수 상세 │ ├────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────┤ │ 7) 라우팅 │ 신규 — GetX Named Routes, GetRouterName, GetRouter.getPages │ ├────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────┤ │ 8) 인증 흐름 │ 신규 — Kakao/Apple 로그인, JWT 토큰 관리, 401 갱신 로직 │ ├────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────┤ │ 9) 코드 생성 │ 신규 — build_runner 명령어, 생성 파일 직접 수정 금지 │ ├────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────┤ │ 10) 금지 사항 │ 기존 규칙 통합 + ! 연산자, 패키지 임의 추가 금지 추가 │ └────────────────────┴──────────────────────────────────────────────────────────────────────────────────────────────────┘
(디렉토리 구조 + 네이밍 테이블 + Constants 규칙)
(파일명 업데이트, 환경변수 키 목록 제거)
- CI 불필요한 브랜치별 .env 선택 로직 제거 - .env.dev → .env.dev.android / .env.dev.ios
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.
Related issue 🛠
Work Description ✏️
Screenshot 📸
Uncompleted Tasks 😅
To Reviewers 📢
CLAUDE.md는 Claude Code가 코드 생성 시 참조하는 AI 지침 파일입니다.
규칙이 실제 프로젝트 컨벤션과 일치하는지 위주로 리뷰 부탁드립니다.