📝 docs: CLAUDE.md 및 llms.txt 추가#224
Conversation
루트 및 각 패키지에 CLAUDE.md 파일을 추가합니다. 루트 CLAUDE.md는 모노레포 전체 구조, 빌드/테스트 명령, 컨벤션을 담고, 각 패키지 CLAUDE.md는 해당 패키지의 아키텍처, 공개 API, 주요 설계 결정을 상세히 기술합니다.
LLM이 패키지를 이해할 수 있도록 각 패키지에 llms.txt 파일을 추가하고, npm 배포 시 포함되도록 package.json의 files 배열에 등록합니다.
✅ Changeset detectedLatest commit: ab4c2d8
If no version change is needed, please add The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
|
🔍 No files have been changedLatest commit: ab4c2d8 Please check your commit. powered by: naverpay size-action |
There was a problem hiding this comment.
Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit at claude.ai/admin-settings/claude-code.
Once credits are available, push a new commit or reopen this pull request to trigger a review.
|
@2-one-week 님 담당해주신 패키지들 혹시 틀린 내용 있는지 점검 요청드릴 수 있을까요~? |
Related Issue
Describe your changes
utils,vanilla-store,url-param-compressor,safe-html-react-parser,react-pdf,svg-manager,es-http-status-codes)에CLAUDE.md추가CLAUDE.md: 모노레포 전체 빌드/테스트 명령, 패키지 목록, 아키텍처, 컨벤션 정리CLAUDE.md: 각 패키지의 구조, 공개 API, 주요 설계 결정사항 상세 기술llms.txt추가 — LLM이 패키지를 이해할 수 있도록 설치 방법, API, 사용 예제를 포함한 문서package.jsonfiles배열에"llms.txt"등록 → npm 배포 시 결과물에 포함Request
llms.txt내용이 실제 API와 일치하는지 확인 부탁드립니다.