[CHORE] harness 강화 — CLAUDE.md 진입점 + CI 산출물 동기화 강제 + 준수율 감사 - #441
Merged
Conversation
#1 CLAUDE.md: 세션 자동 로드 진입점(규칙/스킬/훅 라우팅). .gitignore에서 /claude.md 제거해 커밋 가능화 #2 CI 강제: ci.yml dev-rules 잡 추가 + scripts/check-doc-sync.sh(B14 위반 시 PR fail) #3 측정: scripts/dev-rules-audit.sh(준수율 스냅샷) - 감사가 발견한 미문서화 에러코드 4건(B011,R108~110) docs/ErrorCode.md 반영 → 92/92(100%) - README에 강제 2층(훅+CI) 문서화 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
PR 요약
이슈 번호
주요 변경 사항
CLAUDE.md: 세션 자동 로드 진입점(규칙·스킬·훅 라우팅)..gitignore의/claude.md제거해 커밋 가능화.github/workflows/ci.yml:dev-rules잡 추가 — PR→dev 시 산출물 동기화 검사(위반 시 fail) + 준수율 리포트scripts/check-doc-sync.sh: B14 동기화 검사(ErrorCode↔문서, Controller↔Api), 위반 시 exit 1scripts/dev-rules-audit.sh: 컨벤션 준수율 스냅샷(측정)docs/ErrorCode.md: 감사가 찾은 미문서화 4건(B011, R108~110) 반영 → 92/92(100%)docs/dev-rules/README.md: 강제 2층(훅=AI 한정 / CI=만인) 문서화참고 사항
bash scripts/dev-rules-audit.sh(현재 컨트롤러↔Swagger 20/20, 에러코드 문서화 92/92)