#!/usr/bin/env node /** * Prose CLI - Semantic memory for AI development * * Commands: * evolve - Process sessions and evolve fragments * search - Semantic search through memory * grep - Verbatim regex search across parsed agent sessions * status - Show memory statistics * show - Display current fragments for a project */ export {}; //# sourceMappingURL=cli.d.ts.map