UNPKG

flashbacker

Version:

Claude Code state management with session continuity and AI personas

6 lines 249 B
export interface RotateOptions { archiveDir?: string; retainCount: number; } export declare function rotateMemoryFile(projectDir: string, fileName: string, options: RotateOptions): Promise<void>; //# sourceMappingURL=memory-rotation.d.ts.map