/** * Session Extract Command (#90, ADR-053 T4) * * SessionStart Step 1f가 detached spawn하는 진입점. * * ⚠️ 기존 `extract` 명령과 다르다 — 그쪽은 비-LLM `extractMemories`를 쓰므로 * LLM 분류와 세션 요약(`summarizeSession`)이 빠진다. 본 명령은 SessionEnd와 * **동일한 경로**(`extractSessionMemories`)를 재사용해 goal 서빙 자산 * (`category:'context'` + `tags:['session-checkpoint','session-summary']`)까지 생성한다. */ import { Command } from 'commander'; export declare function sessionExtractCommand(): Command; //# sourceMappingURL=session-extract.d.ts.map