Skip to content

Editing editor family의 검증 책임을 정렬한다 - #429

Merged
developer-1px merged 1 commit into
mainfrom
refactor/414-editing-responsibilities
Aug 17, 2026
Merged

Editing editor family의 검증 책임을 정렬한다#429
developer-1px merged 1 commit into
mainfrom
refactor/414-editing-responsibilities

Conversation

@developer-1px

Copy link
Copy Markdown
Owner

요약

  • Order, Object, Tree, Sheet, Database, Kanban의 document validation을 동일한 <domain>-validation.ts 책임 단면으로 분리했습니다.
  • editor module은 session·intent orchestration에 집중하고 validation은 비변이 불변식 검사만 소유합니다.
  • public facade와 exports는 보존하고 구조 guard를 package verify에 연결했습니다.

의존 관계

검증

  • npm run verify -w @interactive-os/json-document-editing — 54 tests, typecheck/build 통과
  • npm run perf -w @interactive-os/json-document-editing — 통과
  • git diff --check — 통과

Closes #414

@developer-1px
developer-1px changed the base branch from feat/413-implementation-shape-standard to main August 17, 2026 04:56
@developer-1px
developer-1px merged commit a5a2d22 into main Aug 17, 2026
2 checks passed
@developer-1px
developer-1px deleted the refactor/414-editing-responsibilities branch August 17, 2026 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

리팩터: Editing editor family를 동일한 책임 단면으로 정렬한다

1 participant