/** * Migrate-Chunks Command * * 레거시 claude-md-sync 메모리(독립 섹션)를 Parent-Child 구조로 마이그레이션합니다. * * 동작: * 1. claude-md-sync 태그 + section:* 태그 + parent_id=NULL인 레거시 메모리 탐색 * 2. source 파일별로 그룹핑 * 3. 원본 파일 읽기 → Parent 생성 * 4. 섹션 재파싱 → Children 생성 * 5. 레거시 메모리 삭제 (tombstone + sync 상태 보존) */ import { Command } from 'commander'; export declare function migrateChunksCommand(): Command; //# sourceMappingURL=migrate-chunks.d.ts.map