feat(mdx-storage): Phase3 Task3.5 최종 검증 리포트 자동화#783
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
318b8c5 to
86c0903
Compare
## Summary - batch-verify 결과를 마크다운 리포트로 생성하는 최종 검증 유틸리티를 구현합니다 ## Changes - `bin/reverse_sync/mdx_to_storage_final_verify.py` 추가: batch 검증 실행, 목표 pass 수 평가(`--target-pass`), 마크다운 리포트 생성(`--output`) - `FinalVerifyResult` 데이터클래스: `goal_met`, `remaining_to_goal` 속성 - 리포트 내용: total/passed/failed, 목표 달성 여부, priority/reason 분류, 실패 케이스 목록 - Failed Cases 섹션의 빈 상태 판단을 `failed_case_ids` 대신 `analyses`로 수정하여 분석 데이터 부재 시 일관된 출력을 보장합니다 ## Test plan - [x] `pytest -q` — 85/85 pass - [x] 리포트 렌더링: goal 미달성 시 remaining_to_goal 표시 검증 - [x] 리포트 파일 쓰기: 중첩 디렉토리 자동 생성 검증 - [x] 빈 testcases 디렉토리 처리 검증 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
86c0903 to
9156763
Compare
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
Changes
bin/reverse_sync/mdx_to_storage_final_verify.py추가: batch 검증 실행, 목표 pass 수 평가(--target-pass), 마크다운 리포트 생성(--output)FinalVerifyResult데이터클래스:goal_met,remaining_to_goal속성failed_case_ids대신analyses로 수정하여 분석 데이터 부재 시 일관된 출력을 보장합니다Test plan
pytest -q— 85/85 pass🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com