#!/usr/bin/env node /** * Memory management CLI - thin entry point. * * Commands: * node memory.js add "text" [--group ] [--tag foo] [--type ] [--source ] [--lifecycle ] [--ttl ] [--cache] * node memory.js load [--group ] [--query ] [--limit N] [--since ] [--until ] [--cache] * node memory.js expire [--uuid ] [--group ] [--cache] (uuid can also be positional) * node memory.js cleanup [--group ] [--dry-run] [--cache] * node memory.js conflicts [--group ] [--topic ] [--cache] * node memory.js dedupe [--group ] [--min-similarity ] [--limit N] [--since ] [--cache] * node memory.js curate [--uuid ] [--group ] [--mark ] [--cache] * node memory.js consolidate [...] [--group ] [--action ] [--retain ] [--text ] [--cache] */ export {}; //# sourceMappingURL=memory.d.ts.map