feat: Language Assistant 검토 초안 보존 - #181
Open
hywznn wants to merge 2 commits into
Open
Conversation
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.
왜 필요한가요?
실제 Language Assistant는 한국어 안내문·쉬운 한국어·번역문을 생성해도 품질 검증 결과가
warning이면 HR 검토를 요청합니다. 기존 Server는 검토 플래그와 실패 코드만 저장하고 본문을 버려, HR이 검토할 내용을 볼 수 없었습니다.Closes #180
무엇이 바뀌나요?
guide_review_draft를 반환합니다.generation_status·requires_human_review정합성을 Server에서 다시 검증합니다.document_request_draft, Worker Link, SMS는 자동 생성하지 않습니다.검증
./gradlew test --tests "*RenewalRuntimeContractValidatorTest" --tests "*RenewalExecutionIntegrationTest" --no-daemon— 성공./gradlew clean test --no-daemon— 성공guide_review_draftAPI 반환 확인worker_message_draft_id=null확인리뷰 시 확인할 점
guide_review_draft는 AI 제안이며 공식 발송 초안이 아닙니다.INVALID_RESPONSE_CONTRACT로 차단합니다.