feat: E-9 재계약 Golden Case 실행 계약 추가 - #60
Merged
Merged
Conversation
This was referenced Aug 18, 2026
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.
무엇을 구현했나요?
CASE-EXPIRY-RENEWAL-001에 재계약 → 조건부 신분서류 보완 → 취업활동기간 연장 → 체류기간 연장 순서를 정의했습니다.왜 필요한가요?
기존 Workflow 단위 Catalog만으로는 Server가 전체 Case 순서와 Task별 체크리스트를 알 수 없어 화면의 행정 절차가 두 항목으로 축약됐습니다. Knowledge를 절차와 필드 의미의 기준으로 두고 Server·AI·Client가 같은 흐름을 사용하도록 만드는 실행 계약입니다.
실제 연계 확인
Server #207과 로컬 AI Runtime을 연결한 수동 E2E에서 다음을 확인했습니다.
COMPLETED,4/4, 진행률100%검증
python -m pytest -q— 22 passedpython -m ruff format --check fowoco-knowledge/src fowoco-knowledge/testspython -m ruff check fowoco-knowledge/src fowoco-knowledge/testsPYTHONPATH=src python -m fowoco_knowledge validate—VALID: FOWOCO Knowledge 0.3.1범위 밖
Refs #56