feat: 검토 큐 번호 선택을 추가한다 - #321
Merged
Merged
Conversation
Contributor
Author
|
번호 선택은 기본 전체 대기 큐에서 발급된 full SHA-256 snapshot과 함께만 가능하며, 큐가 바뀌면 데이터를 수정하지 않고 거부함을 확인했습니다. --number는 기존 위치 트리플 문법과 분리돼 숫자 주어도 호환되며, --status 출력은 번호 승인 근거를 제공하지 않습니다. lint·단위·결정적 테스트가 모두 통과했습니다. |
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.
Closes #272
factlog review가 NFC 사전식의 안정적인 대기 사실 번호와 전체 대기 행 스냅샷의 SHA-256 다이제스트를 출력합니다.accept와reject는 반복 가능한--number N및 일치하는--from sha256:...를 함께 받을 때만 번호로 대상을 선택합니다. 다이제스트가 없거나 잘못됐거나 stale이면 데이터를 바꾸지 않고 다시 검토하도록 안내합니다. 기존 위치 트리플·와일드카드·--dry-run문법은 유지하며, 번호와 트리플 선택자는 함께 사용할 수 없습니다.검증:
PYTHON=/Users/joykim/git/semantic-reasoning/verinote/.venv/bin/python bash tests/test_review.sh→ 35 passed/Users/joykim/git/...)가git문자열을 포함해 doctor 테스트의 제목 부분 일치가 Python 행을 Git 행으로 잘못 선택하는 기존 테스트 격리 문제입니다.