feat(reverse_sync): --branch 배치 verify/push 지원#624
Merged
Conversation
proofread 브랜치에 변경된 ko MDX가 여러 개일 때 반복 실행 대신 --branch 옵션으로 자동 발견하여 일괄 처리할 수 있도록 한다. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
--branch옵션 추가: 브랜치의 변경된 ko MDX 파일을git diff로 자동 발견하여 배치 verify/push_get_changed_ko_mdx_files(),_do_verify_batch()함수 추가main()에 인자 검증(mutual exclusion) 및 배치 모드 분기 추가# 사용 예시 reverse-sync verify --branch proofread/fix-typo reverse-sync push --branch proofread/fix-typoTest plan
🤖 Generated with Claude Code