/** * Claude-Sync Command * * CLAUDE.md / AGENTS.md / GEMINI.md 파일의 내용을 메모리 DB에 동기화합니다. * - 마크다운 파일을 파싱하여 섹션별 메모리 생성 * - 이미 동기화된 내용은 스킵 (content hash 기반) * - convention/context 카테고리로 저장 */ import { Command } from 'commander'; export declare function claudeSyncCommand(): Command; //# sourceMappingURL=claude-sync.d.ts.map