[docs] 프론트엔드 CLAUDE.md 폴더별 구조로 재배치#1791
Conversation
- 전역 가이드(빌드/컨벤션/테스트)는 frontend/CLAUDE.md에 유지 - 도메인 상세는 코드 옆 폴더별 CLAUDE.md로 분산(작업 시 lazy 로드) - 토큰 갱신 트리거 403 -> 401(실제 secureFetch 코드 기준), stale한 src/context 참조 정리
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @seongwon030's task in 2m 27s —— View job harry 리뷰 결과 ✅문서 전용 PR이라 검증 내역
총평 전역 가이드 + 폴더별 lazy 로드 구조로의 재배치가 깔끔하고, 이동하면서 stale했던 내용까지 코드 기준으로 바로잡은 점이 좋아요. 변경 범위도 문서로만 한정돼 surgical하고, 빌드·런타임 영향이 없어요. 위반 사항 없이 통과예요. 수고하셨어요! 👍 |
|
Warning Review limit reached
Next review available in: 48 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
Walkthrough
ChangesFrontend CLAUDE.md 문서 재편
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 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.
Code Review
This pull request restructures the project's documentation by modularizing the monolithic frontend/CLAUDE.md file into domain-specific CLAUDE.md files within their respective directories (such as apis, constants, experiments, hooks/Queries, layouts, styles, and utils). It also removes several obsolete documentation files and updates references accordingly. The review feedback suggests improving documentation usability and navigation by converting plain text file references into relative markdown links across several documentation files.
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.
🎨 UI 변경사항을 확인해주세요
9개 스토리 변경 · 전체 68개 스토리 · 26개 컴포넌트 |
리뷰 제안 반영 - utils/CLAUDE.md, og.md, og-crawler 문서의 텍스트 참조 링크화
|
Claude finished @seongwon030's task in 51s —— View job harry 리뷰 결과 ✅이번 검증 내역
총평
|
변경 내용
단일
frontend/CLAUDE.md(+docs/claude/*.md@import)로 관리하던 가이드를, 전역 가이드 + 폴더별 CLAUDE.md 구조로 재배치.frontend/CLAUDE.md: 빌드/개발 명령어, 환경변수, 코딩 컨벤션, 테스트·Storybook·MSW, 폴더별 문서 인덱스src/apis/API 레이어·인증·SSEsrc/hooks/Queries/React Query 캐싱 전략src/constants/상수 관리src/styles/UI·테마·브레이크포인트·날짜src/experiments/A/B 테스트src/layouts/웹/웹뷰 통합 라우팅src/utils/유틸·외부 SDK 초기화docs/claude/og.md(OG 태그,middleware.ts전용)docs/claude/{architecture,api,ui,testing,features,conventions}.md(전부 위로 이동/인라인)변경 이유
@import는 eager 로드라 한 폴더만 작업해도 전체 도메인 문서가 항상 컨텍스트에 깔림. 폴더별CLAUDE.md는 해당 폴더 작업 시에만 lazy 로드 → 컨텍스트 절약.이동 중 바로잡은 것
secureFetch토큰 갱신 트리거 문서 오류 수정: 403 → 401 (실제 코드src/apis/auth/secureFetch.ts기준)src/context/(미존재) 참조 → 실제 구현(apis/clubSSE.ts+hooks/useApplicantSSE.ts+store/useAdminClubStore.ts) 기준으로 정리og-crawler-inapp-browser.md의docs/claude/features.md→docs/claude/og.md검증
CLAUDE.md8개 배치 확인,@docs/claudeeager import 잔존 0, 삭제 문서 끊긴 참조 0.영향 범위
Summary by CodeRabbit