feat: 체류기간 만료 경과 예외 Workflow 연결 - #57
Merged
Merged
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.
왜 필요한가요?
체류기간이 지났다는 날짜 사실만으로 AI가 불법체류·퇴사·근무 가능 여부를 결론내리면 안 됩니다. Server가 확인한 상태를 기준으로 AI는 HR 질문과 다음 행동 후보만 반환해야 합니다.
Depends on fowoco/knowledge#54
Closes #50
무엇이 바뀌나요?
WF-STY-EXC-001을 builtin catalog에 연결합니다./internal/v1/workflows/renewal/run에서variant=EXPIRED_STAY_EXCEPTION을 지원합니다.legalConclusion은 항상null입니다.WF-CHG-001은 Server가EMPLOYMENT_ENDED를 전달한 경우에만 검토 후보로 제안합니다.응답 핵심
{ "intent": "EXPIRY_RENEWAL", "workflowId": "WF-STY-EXC-001", "variant": "EXPIRED_STAY_EXCEPTION", "nextAction": "REQUEST_HR_STATUS_CONFIRMATION", "legalConclusion": null, "suggestedWorkflowIds": [] }검증
pytest통과ruff check app tests통과병합 전
Knowledge PR #54가 먼저 병합되어 0.3.1 계약이 canonical 상태가 된 뒤 Ready로 전환합니다.