confluence-mdx: reverse-sync 테스트 픽스처 10건 재정비#808
Merged
Conversation
엉뚱한 Confluence 페이지의 MDX가 연결되어 있던 10건의 테스트 픽스처를 올바른 page_id의 page.xhtml에서 정방향 변환하여 original.mdx를 재생성합니다. pages.yaml의 mdx_path도 올바른 경로로 수정합니다. improved.mdx는 별도 검토 후 후속 커밋으로 추가 예정입니다. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- 10건의 improved.mdx에 proofreading skill 기반 교정 적용 - verify 실행으로 mapping.yaml 재생성 (11건) - pages.yaml expected_status 및 title/description 업데이트 - 568852692, 920944732, 1177321474: expected_status → pass - 현재 결과: 11 failed, 6 passed / 17 total Co-Authored-By: Claude Opus 4.6 <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.
Summary
reverse-sync 버그 재현 테스트 17건 중 10건이 엉뚱한 Confluence 페이지의 MDX가
original.mdx로 연결되어 픽스처 불일치로 실패하던 문제를 수정합니다.original.mdx10건: 올바른 page_id의page.xhtml에서 정방향 변환하여 재생성improved.mdx10건: proofreading skill 기반 교정 적용 (오탈자, 띄어쓰기, 경어체, 어휘)mapping.yaml11건: verify 실행으로 재생성pages.yaml: mdx_path, expected_status, title/description 업데이트변경 대상 10건
현재 테스트 결과
Test plan
make test-reverse-sync-bugs실행하여 6 passed / 11 failed 확인🤖 Generated with Claude Code