feat(reverse_sync): push가 verify를 자동 수행하도록 리팩토링#622
Merged
Conversation
push 커맨드가 내부적으로 verify 파이프라인을 먼저 실행하고, 통과 시 자동으로 Confluence에 반영한다. verify 커맨드는 push --dry-run의 alias로 동작한다. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6c63e2c to
db89389
Compare
|
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
push커맨드가 내부적으로 verify 파이프라인을 먼저 실행하고, pass 시 자동으로 Confluence에 반영verify커맨드는push --dry-run의 alias로 동작--dry-run플래그 추가: 검증만 수행하고 Confluence 반영 생략_do_verify(),_do_push(),_add_common_args()헬퍼 함수 추출로 verify/push 로직 공유bin/reverse-syncentry point의 docstring을 현재 CLI에 맞게 수정Before
After
Test plan
🤖 Generated with Claude Code