feat(mdx-storage): Phase3 Task3.6 verify 분류기 보강#784
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
8841359 to
4d5a90d
Compare
4d5a90d to
5164104
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
mdx_to_storage_xhtml_verify실패 원인 분류기를 보강합니다.other로 뭉치던 diff 패턴을 우선순위 기반의 구체 reason으로 분해합니다.get_unclassified_case_ids()헬퍼를 추가합니다.Changes
confluence-mdx/bin/reverse_sync/mdx_to_storage_xhtml_verify.pyimage_block_structure_mismatchadf_extension_panel_mismatchattachment_filename_mismatchordered_list_start_mismatchemoticon_representation_mismatchunderline_tag_mismatchri:attachment도 인식)get_unclassified_case_ids()추가confluence-mdx/tests/test_mdx_to_storage_xhtml_verify.pyattachment_filename_mismatch양/음성 케이스 테스트 추가get_unclassified_case_ids()테스트 추가Test plan
pytest -q confluence-mdx/tests/test_mdx_to_storage_xhtml_verify.py— 24 passedpython3 confluence-mdx/bin/mdx_to_storage_xhtml_verify_cli.py --testcases-dir confluence-mdx/tests/testcases --show-diff-limit 0 --show-analysis— by_reasonother=1확인 (기존 11건 대비 감소)🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com