8 lines
452 B
TypeScript
8 lines
452 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 = (() => {});
|