feat: 조회 실패에 근접 이름 힌트를 추가한다 - #320
Merged
Merged
Conversation
Contributor
Author
|
근접 이름 제안이 accepted 어휘와 선언된 별칭으로만 결정론적으로 생성되고, 후보·리뷰·위키 텍스트나 리터럴을 노출하지 않음을 확인했습니다. hint는 provenance의 기존 stderr·rc=1과 ask의 라우팅·검증 결과를 바꾸지 않으며 입력 자동 교정이나 재질의도 수행하지 않습니다. CI 전체가 통과했습니다. |
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 #273
ask와provenance의 안전한 조회 실패에 accepted 어휘·선언된 관계 별칭만을 사용한 결정론적 did-you-mean 힌트를 추가합니다. 힌트는 읽기 전용이며 입력, 라우팅, 검증 결과, 종료 코드, 데이터는 변경하지 않습니다. 후보·리뷰·위키 텍스트와 attribute literal은 제안 후보에서 제외합니다.검증:
PYTHON=/Users/joykim/git/semantic-reasoning/verinote/.venv/bin/python bash tests/test_ask_router.sh(159 passed),PYTHON=/Users/joykim/git/semantic-reasoning/verinote/.venv/bin/python bash tests/test_provenance.sh(23 passed), 관련 단위 테스트 30 passed.