feat: Knowledge 0.3.0 Workflow·Slot 계약 반영 - #52
Merged
Conversation
hywznn
marked this pull request as ready for review
August 16, 2026 01:36
This was referenced Aug 16, 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.
왜 필요한가요?
Knowledge PR #52가 병합되어 0.3.0이 Intent·Workflow·Slot 계약의 기준이 되었습니다. AI Runtime의 내장 fallback과 응답 버전도 같은 기준을 사용해야 Server가 PLAN 결과를 안전하게 조회·보충할 수 있습니다.
Closes #51
무엇이 바뀌나요?
contextPackVersion,workflowCatalogVersion에 기록합니다.WF-STY-001의 필수 Slot을worker_id,due_at으로 맞춥니다.stay_expiry_date,passport_status,arc_status는 PLAN에서 조회하되, 누락만으로 실행을 막지 않는 선택 Context로 분리합니다.passport_status,arc_status예시는MISSING | SUBMITTED | VERIFIED상태값만 사용합니다.WF-STY-001한 건을 반환하고, Server가 Knowledge 매핑으로 후속 Workflow를 확장하는 기존 MVP 경계를 유지합니다.검증
git diff --check통과영향 범위