Interface: MemoryDiscoveryResult

Defined in: memory/types.ts:180

Result of checking for memory files without loading content

Properties

found

found: boolean;

Defined in: memory/types.ts:184

Whether any memory files were found

matchedPatterns

matchedPatterns: string[];

Defined in: memory/types.ts:186

The patterns that matched

paths

paths: string[];

Defined in: memory/types.ts:182

Paths to discovered memory files