fix: 각주/미주 copy 시 실한컴 정본 instid 재발급 누락 수리 - #102
Merged
Conversation
- _identity_attribute_names의 footNote/endNote 분기가 (instId, id)만 봐서 실한컴 산출물(소문자 instid)의 각주 복제 시 인스턴스 ID가 재발급되지 않던 누락 수리 — (instid, instId, id)로 확장. - 한 요소에 정본 instid와 과거 산출물 instId가 공존하면 같은 정체성이므로 pic/도형과 동일하게 하나의 새 값을 페어로 재발급. - 회귀: 실코퍼스 형태(소문자 instid만) 각주 copy 재발급 고정. 공유 픽스처는 양속성 동일값으로 바꿔 코어 리더 신/구 우선순위 무관하게 성립. - agent_runtime_parity 스위트 전체 통과 (코어 python-hwpx#88 수리 위에서 검증). Closes #101 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
#101 수리.
_identity_attribute_names의 footNote/endNote 분기를("instid", "instId", "id")로 확장 — 실한컴 산출물(소문자instid)의 각주를 copy 하면 인스턴스 ID가 재발급되지 않고 그대로 복제되던 누락 수리.instid와 과거 자사 산출물instId가 공존하는 경우 같은 정체성이므로 pic/도형과 동일한 페어드 재발급(하나의 새 값)을 적용.🤖 Generated with Claude Code