chore(#2677): 한양 4종 preflight identity 아티팩트 실측 재보존 (COM) - #2706
Closed
planet6897 wants to merge 1 commit into
Closed
planet6897 wants to merge 1 commit into
planet6897 wants to merge 1 commit into
Conversation
커밋된 preflight_report.tsv 가 per-face 프로세스 분할 실행에서 덮어써져 휴먼명조 1행만 잔존하던 갭 해소. edwardkim#2675 의 requested_face 누적 병합 harness 로 Windows + 한컴(한글 2022) COM 환경에서 5종 per-face 재실행: - 한양신명조·중고딕·견명조·견고딕 = readback FontType=2 (실존 HFT, fallback 아님) - 휴먼명조 = FontType=2 - ladder_<face>.tsv 5종은 커밋본과 byte-exact 일치(측정 결정성 확인) - gen_metrics.py --ladder-dir tools/task2430/measured --verify: 5/5 face 95/95 exact match OK EVIDENCE.md §2 를 재보존 완료 상태로 정정. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
planet6897
force-pushed
the
pr/task2677-hanyang-preflight
branch
from
July 21, 2026 11:45
1215cc0 to
cf1577e
Compare
Collaborator
|
@planet6897 감사합니다. 이 변경은 #2732에 체리픽 통합되어 merge됐습니다.
5행 preflight identity artifact 재보존 범위의 #2677는 close합니다. 셀 재래핑 잔여는 #2430에서 open으로 유지합니다. 이 원 PR은 통합 PR로 대체되어 close합니다. |
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.
요약
#2677 대응 — merged PR #2510 검토 후속 중 한양 4종 preflight identity 아티팩트 실측 재보존(Windows + 한컴 COM 필요분).
배경
커밋된
tools/task2430/measured/preflight_report.tsv가 per-face 프로세스 분할 실행에서 매 실행마다 덮어써져 휴먼명조 1행만 잔존했다. #2675 가 harness preflight 를requested_face기준 누적 병합으로 개선했으므로, 동일 COM 환경에서 5종 per-face 를 재실행해 5행 아티팩트를 재보존한다.수행 (Windows + 한컴 한글 2022 COM)
preflight readback 결과 — 5종 모두 FontType=2 (실존 HFT, fallback 아님):
검증
ladder_<face>.tsv5종은 커밋본과 byte-exact 일치(측정 결정성 확인) → golden ladder 불변,preflight_report.tsv만 1→5행 갱신.python tools/task2430/gen_metrics.py --ladder-dir tools/task2430/measured --verify→ 5/5 face 95/95 exact match OK.변경
tools/task2430/measured/preflight_report.tsv: 1행(휴먼명조) → 5행(한양 4종 + 휴먼명조).tools/task2430/EVIDENCE.md§2: 재보존 완료 상태로 정정.