docs: 하네스 감사 — CLAUDE.md 명령어 섹션 누락 스크립트 보충#100
Merged
Conversation
package.json에 실제 존재하지만 CLAUDE.md 명령어 섹션에서 누락된 스크립트 3개(verify:crosslinks, coverage:check, coverage:baseline)를 추가. 기여자가 CI 게이트 명령을 로컬에서도 인지할 수 있도록 섹션 말미에 '전체 목록은 package.json scripts 참조' 한 줄 추가. Closes #98
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.
Summary
CLAUDE.md## 명령어섹션에package.json에 실제 존재하지만 누락된 스크립트 3개 추가pnpm verify:crosslinks— sdk-example↔docs 경로 계약 검증 (CI 게이트)pnpm coverage:check— SDK 커버리지 검증pnpm coverage:baseline— SDK 커버리지 기준선 갱신전체 목록은 package.json scripts 참조한 줄 추가Test plan
CLAUDE.md명령어 섹션에 3개 스크립트가 올바른 설명과 함께 등재됐는지 확인package.json scripts와 정확히 일치하는지 확인Closes #98