feat: 식사 의사결정 엔진과 저장 안전성 완성 - #123
Open
minsing-jin wants to merge 1 commit into
Open
Conversation
5 tasks
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.
요약
저장·안전성
operation_id와 canonical fingerprint를 적용해 재시도는 동일 결과를 반환하고 다른 입력 재사용은 차단합니다.dry_run은 nested savepoint 전체를 rollback해 DB 변경을 남기지 않습니다.독립 리뷰에서 수정한 문제
origin=user|label결과가 owner review 없이 카페인 합계에 포함될 수 있던 provenance 경계를 닫았습니다.dry_runrollback을 회귀 테스트로 고정했습니다.독립 GPT-5.6 xhigh 최종 재리뷰 결과:
NO FINDINGS.검증
uv run pytest -q: 1827 passed, 19 skippedruff check: 통과ruff format --check: 통과 (tests/glue/test_bootstrap.py는 기존 전체 미포맷 파일이라 이번에 추가한 한 줄만 diff 확인)compileall,git diff --check: 통과HEALTHMES_TEST_POSTGRES_URL이 없어 이번 환경에서는 skip범위 밖
vendor/hermes-agent/변경