dxf: split into layer-key and block-partition workflows

This commit is contained in:
2026-04-13 09:22:03 +09:00
parent be58c7ed3c
commit bd79da2b64
13 changed files with 38154 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
## [SUB] 레이어 규칙 및 위치 키 스키마 정의
- label: `dxf`
- parent: MASTER-01
### 작업 내용
- 레이어명 정규화 규칙 확정
- 키 포맷 정의: `LAYER::R{row}C{col}::####`
- 엔티티 타입별 대표 좌표 기준 정의
### 완료 조건
- 키 포맷 예시와 예외 케이스 문서화
- 레이어/좌표 기반으로 키 중복 없이 생성 확인