Skip to content

Comments

docs(mdx-storage): XHTML diff 정량적 측정 모델 계획서#788

Open
jk-kim0 wants to merge 1 commit intomainfrom
docs/plan-diff-metrics
Open

docs(mdx-storage): XHTML diff 정량적 측정 모델 계획서#788
jk-kim0 wants to merge 1 commit intomainfrom
docs/plan-diff-metrics

Conversation

@jk-kim0
Copy link
Contributor

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

Summary

  • xhtml_beautify_diff.py의 beautified XHTML 라인 수 대비 unified diff 변경 라인 수를 edit distance로 간주하는 정량적 측정 모델을 설계합니다
  • DiffMetrics 데이터클래스, CaseVerification/VerificationSummary 확장, CLI --show-metrics 플래그 등 구현 상세를 포함합니다
  • 현재 21개 testcase 전부 fail인 상태에서, pass/fail 이진 판정 외에 similarity 값(0.0~1.0)으로 진척도를 추적할 수 있게 합니다

Test plan

  • 계획서 내용 리뷰
  • 공식 및 edge case 처리 타당성 확인
  • 구현 시 Step 1~6 순서대로 진행

🤖 Generated with Claude Code

beautified XHTML 전체 라인 수 대비 diff 변경 라인 수를 edit distance로
간주하여 similarity 메트릭을 산출하는 모델을 설계합니다.
DiffMetrics 데이터클래스, CaseVerification/VerificationSummary 확장,
CLI --show-metrics 플래그 등 구현 상세를 포함합니다.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link

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 6:43pm

Request Review

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