Skip to content

docs: 하네스 감사 — CLAUDE.md 명령어 섹션 누락 스크립트 보충#100

Merged
DaveDev42 merged 1 commit into
mainfrom
fix/harness-audit-docs
Jun 10, 2026
Merged

docs: 하네스 감사 — CLAUDE.md 명령어 섹션 누락 스크립트 보충#100
DaveDev42 merged 1 commit into
mainfrom
fix/harness-audit-docs

Conversation

@DaveDev42

Copy link
Copy Markdown
Contributor

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

package.json에 실제 존재하지만 CLAUDE.md 명령어 섹션에서 누락된
스크립트 3개(verify:crosslinks, coverage:check, coverage:baseline)를 추가.
기여자가 CI 게이트 명령을 로컬에서도 인지할 수 있도록 섹션 말미에
'전체 목록은 package.json scripts 참조' 한 줄 추가.

Closes #98
@DaveDev42 DaveDev42 merged commit dd0ccec into main Jun 10, 2026
3 checks passed
@DaveDev42 DaveDev42 deleted the fix/harness-audit-docs branch June 10, 2026 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

하네스 감사 follow-up — CLAUDE.md 명령어 섹션 누락 스크립트 보충

1 participant