16 lines
461 B
TypeScript
16 lines
461 B
TypeScript
// 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<string, unknown>,
|
|
filePath: string,
|
|
scope: MemoryScope,
|
|
) => void = () => {}
|