confluence-mdx: Phase L6 byte-equal CI gate 추가#800
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
36c4f6a to
d28e081
Compare
- byte_verify CLI에 --splice 플래그를 추가합니다. - run-tests.sh에 byte-verify 테스트 타입을 추가합니다. - Makefile에 test-byte-verify 타겟을 추가합니다 (fast-path + forced-splice). - GitHub Actions CI에 byte-equal 검증 단계를 추가합니다. - 21/21 fast-path + 21/21 forced-splice byte-equal 통과 확인. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
d28e081 to
9d9ffcf
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
--splice플래그를 추가하여 forced-splice 경로 검증을 지원합니다.run-tests.sh에byte-verify테스트 타입을 추가합니다 (기존 컨벤션 준수).test-byte-verify타겟을 추가합니다 ($(TEST_SCRIPT)패턴).Byte-equal verify단계를 추가합니다.변경 파일
bin/mdx_to_storage_xhtml_byte_verify_cli.py--splice플래그 추가, 라벨 분기tests/run-tests.shbyte-verify테스트 타입 추가 (venv 활성화 후 CLI 호출)tests/Makefiletest-byte-verify타겟 추가 ($(TEST_SCRIPT)패턴).github/workflows/test-confluence-mdx.ymlRun Byte-equal verify단계 추가tests/test_mdx_to_storage_xhtml_byte_verify_cli.pysplice=False호환성 추가검증 결과
Test plan
make test-byte-verify— fast-path 21/21 passmake test-byte-verify— forced-splice 21/21 pass🤖 Generated with Claude Code