confluence-mdx: Phase 1 sidecar schema v3 — PR #915 위 증분 변경사항#917
Merged
confluence-mdx: Phase 1 sidecar schema v3 — PR #915 위 증분 변경사항#917
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
4bd8508 to
41e7422
Compare
- SidecarBlock.to_dict() / from_dict() 메서드를 추가합니다 - build_sidecar_identity_index() / find_sidecar_block_by_identity() helper를 파일 상단으로 이동하고 API를 통일합니다 - _build_reconstruction_metadata()를 BlockMapping 기반으로 재작성합니다 (ordered list, child_xpaths 지원 추가) - load_sidecar() v2 하위 호환 제거 — v3 strict 검증으로 변경합니다 - test_reverse_sync_sidecar_v2.py 제거 및 v3 테스트를 갱신합니다 - 22개 testcase expected.roundtrip.json fixture를 갱신합니다 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
41e7422 to
424097b
Compare
This was referenced Mar 15, 2026
jk-kim0
added a commit
that referenced
this pull request
Mar 15, 2026
## Description PR #913 시점의 설계 초안을 2026-03-15 `main` (#917 머지 후) 기준으로 갱신합니다. **수정 파일:** `docs/plans/2026-03-13-reverse-sync-reconstruction-design.md` - 문서 헤더에 갱신일, 기준 커밋(`9e0d43b9`), 반영된 선행 PR(#913–#915, #917) 메타를 추가합니다 - 이미 `main`에 반영된 Phase 0/1 작업과 아직 남은 재구성 작업을 명확히 분리합니다 - Phase 1 후속(#917) 내용을 반영합니다: `strict v3` 전환, identity helper API 통일(`build_sidecar_identity_index` / `find_sidecar_block_by_identity`), `reconstruction` metadata 보강(`child_xpaths`, ordered list) - 현재 런타임 기본 경로(patch_builder → text_transfer)와 최종 목표(fragment reconstruction) 사이의 gap을 재정의합니다 - 남은 구현 단계(Phase 2–5)와 게이트를 현재 코드베이스 기준으로 재확정합니다 **신규 파일:** `docs/plans/2026-03-15-reverse-sync-reconstruction-cleanup-scope.md` - 기존 설계 문서에 포함되어 있던 legacy 코드 삭제 범위를 별도 문서로 분리합니다 - 삭제 시작 조건, 완전 삭제 대상, 부분 축소 대상, 유지 대상을 모듈 단위로 정리합니다 ## Added/updated tests? - [x] No — 문서 전용 변경입니다 ## Additional notes - 코드 변경 없음
3 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.
Description
PR #915(schema v3 기반 필드 추가)가 main에 머지된 이후의 증분 변경사항입니다.
SidecarBlock.to_dict()/from_dict()메서드를 추가합니다build_sidecar_identity_index()/find_sidecar_block_by_identity()helper를 파일 상단으로 이동하고 API를 통일합니다 (기존build_block_identity_index/find_block_by_identity대체)_build_reconstruction_metadata()를BlockMapping기반으로 재작성합니다 — ordered list,child_xpaths지원 추가load_sidecar()v2 하위 호환 제거 — v3 strict 검증으로 변경합니다test_reverse_sync_sidecar_v2.py제거,test_reverse_sync_sidecar_v3.py갱신합니다testcases/*/expected.roundtrip.jsonfixture를 갱신합니다Added/updated tests?
test_reverse_sync_sidecar_v3.py갱신, 22개 fixture 갱신Additional notes
origin/main위에 rebase된 단일 커밋입니다