Skip to content

fix: superseded 상태를 check에서 인식한다 - #315

Merged
justinjoy merged 1 commit into
mainfrom
fix-known-superseded-status
Jul 26, 2026
Merged

fix: superseded 상태를 check에서 인식한다#315
justinjoy merged 1 commit into
mainfrom
fix-known-superseded-status

Conversation

@justinjoy

@justinjoy justinjoy commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Closes #277

superseded를 공통 lifecycle 상태 계약에 포함해 check와 검증기가 정상적인 폐기 행을 미지 상태로 경고하지 않게 합니다. 폐기 행은 계속 엔진 입력에서 제외되며, 실제 미지 상태 경고는 유지됩니다.

검증: PYTHON=/Users/joykim/git/semantic-reasoning/verinote/.venv/bin/python bash tests/test_check_empty_policy.sh, PYTHON=/Users/joykim/git/semantic-reasoning/verinote/.venv/bin/python bash tests/test_typed_literals.sh, /Users/joykim/git/semantic-reasoning/verinote/.venv/bin/python -m pytest tests/unit/test_run_logic_check.py -q, /Users/joykim/git/semantic-reasoning/verinote/.venv/bin/python tools/validate.py examples/sample-kb

@justinjoy

Copy link
Copy Markdown
Contributor Author

superseded를 lifecycle 상태 계약에 포함해 check와 validate의 상태 판정이 일치함을 확인했습니다. superseded는 계속 엔진 입력에서 제외되고, 실제 미지 상태 경고도 유지됩니다. 린트·단위·결정적 테스트가 모두 통과했습니다.

@justinjoy
justinjoy marked this pull request as ready for review July 26, 2026 09:04
@justinjoy
justinjoy merged commit da5cff4 into main Jul 26, 2026
3 checks passed
@justinjoy
justinjoy deleted the fix-known-superseded-status branch July 26, 2026 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(check): superseded 를 알려진 상태로 인정해 "unknown status" 경고를 없앤다

1 participant