표 스키마와 편집 계약을 Sheet 정본으로 통합 - #790
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.
표의 타입·검증이 Editing에 있고 빈 표 생성이 앱과 Canvas에 나뉘어 있던 책임을 Sheet Document로 통합합니다. Bear·Canvas·독립 Sheet는 같은 스키마와 편집 계약을 사용하고 입력 프로파일과 Hand 표현을 조합합니다.
Closes #789
기반 PR: #788 (
feat/787-canvas-sheet). 이 PR은 병합하지 않고 후속 변경으로 제출합니다.변경
@interactive-os/json-document-sheet-document가 Zod 4 스키마, 추론 타입, 검증, 빈 표와 행·열 생성을 소유합니다. 기존 JSON의 ID·확장 속성은 유지하며 새 표 생성은 공통 ID 규칙을 사용합니다.planSheetIntent를 함께 사용합니다. 부모 연결의 임시 SheetEditor/자식 History를 제거하고 부모 문서에 원자적으로 한 번 적용합니다. 선택 이동과 동일 값 편집은 부모에 쓰지 않습니다.검증
npm run build, Editing·Sheet Document 테스트 타입 검사와 사이트 타입/가드 통과.기존 Chrome 연결 도구가 없어 Playwright Chrome으로 검증했습니다. 저장소 정책에 따라 원격 전체 CI는 실행하지 않았습니다. 형제 Sheet 저장소의 미커밋 작업은 변경하지 않았습니다.