Skip to content

feat(mdx-storage): Phase3 Task3.5 최종 검증 리포트 자동화#783

Merged
jk-kim0 merged 1 commit intomainfrom
jk/task-3-5-final-verification
Feb 16, 2026
Merged

feat(mdx-storage): Phase3 Task3.5 최종 검증 리포트 자동화#783
jk-kim0 merged 1 commit intomainfrom
jk/task-3-5-final-verification

Conversation

@jk-kim0
Copy link
Copy Markdown
Contributor

@jk-kim0 jk-kim0 commented Feb 16, 2026

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

  • pytest -q — 85/85 pass
  • 리포트 렌더링: goal 미달성 시 remaining_to_goal 표시 검증
  • 리포트 파일 쓰기: 중첩 디렉토리 자동 생성 검증
  • 빈 testcases 디렉토리 처리 검증

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
querypie-docs Ready Ready Preview, Comment Feb 16, 2026 5:56pm

Request Review

@jk-kim0 jk-kim0 force-pushed the jk/task-3-5-final-verification branch from 318b8c5 to 86c0903 Compare February 16, 2026 17:47
@jk-kim0 jk-kim0 changed the title 3단계 Task 3.5: 최종 검증 리포트 자동화 feat(mdx-storage): Phase3 Task3.5 최종 검증 리포트 자동화 Feb 16, 2026
## 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>
@jk-kim0 jk-kim0 force-pushed the jk/task-3-5-final-verification branch from 86c0903 to 9156763 Compare February 16, 2026 17:52
@jk-kim0 jk-kim0 self-assigned this Feb 16, 2026
@jk-kim0 jk-kim0 merged commit 7fa003c into main Feb 16, 2026
7 checks passed
@jk-kim0 jk-kim0 deleted the jk/task-3-5-final-verification branch February 16, 2026 17:57
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.

1 participant