// Auto-generated stub — replace with real implementation import type { MemoryHeader } from './memoryScan.js' import type { MemoryScope } from '../utils/memoryFileDetection.js' export {} export const logMemoryRecallShape: ( memories: MemoryHeader[], selected: MemoryHeader[], ) => void = () => {} export const logMemoryWriteShape: ( toolName: string, toolInput: Record, filePath: string, scope: MemoryScope, ) => void = () => {}