docs: README를 현재 코드 상태와 동기화 - #1
Open
jiungbaek wants to merge 1 commit into
Open
Conversation
- shadcn/ui 스타일을 components.json 기준(radix-mira)으로 수정 (radix-maia는 오타) - Vitest 테스트 스크립트(bun run test, bun run test:watch) 안내 추가
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
요약
README.md가 현재 코드/설정과 어긋난 부분을 점검하고 수정했습니다.
components.json의style값은radix-mira인데 README에는radix-maia로 적혀 있었습니다 (63f2380 커밋에서 값이 바뀐 뒤 README가 갱신되지 않음). → 수정 완료.package.json에test(vitest run),test:watch(vitest) 스크립트가 있고 Vitest + React Testing Library 환경이 구축되어 있는데(a232186커밋), README의 "자주 쓰는 스크립트" 목록에는 빠져 있었습니다. → 추가 완료.확인했으나 수정하지 않은 항목 (판단 필요)
git checkout ch02-03예시로 레슨별 시작 브랜치가 제공된다고 안내하지만, 현재 원격 저장소(origin)에는main브랜치만 존재하고ch02-03등 챕터 브랜치는 하나도 없습니다 (git ls-remote --heads origin확인). 그대로 따라 하면 체크아웃 명령이 실패합니다. 강의 진행에 따라 브랜치를 추후 추가할 계획인지, 아니면 안내 자체가 stale한 것인지 저장소 관리자 판단이 필요해 이번 PR에서는 건드리지 않았습니다.1.3.6) 명시는packageManager필드나.bun-version등 고정 기준이 없어 임의로 판단하기 어려워 그대로 두었습니다.Test plan
components.json의style필드와 README 문구 대조package.jsonscripts와 README 스크립트 목록 대조git log -p -- components.json으로 스타일명 변경 이력 확인git ls-remote --heads origin으로 챕터 브랜치 존재 여부 확인🤖 자동 스케줄 작업(readme 점검)으로 생성됨