fix: 8/31 핫픽스를 main에 forward-port - #112
Merged
Merged
Conversation
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.
배경
2026-08-31 핫픽스
fd6fd93(프로그램 큐레이션 최신 스펙 대응)이 릴리즈 브랜치releases/2026-08-31/2로만 병합되고main에는 반영되지 않았다. 운영에는 이 코드가 떠 있으나 main에는 없다.이대로 다음 표준 릴리즈가 나가면 해당 수정이 되돌아간다.
변경
fd6fd93을 main 기준으로 cherry-pick 했다. 충돌 없음.git cherry <this branch> fd6fd93→-(패치 동등 확인)tsc통과.vitest실패 13건은origin/main과 동일한 기존 실패로 회귀 아님.관련