Search and retrieve relevant information from your indexed memory files using semantic queries and direct file reads for context.
- Initial release of memory-search skill. - Provides two tools: `memory_search` for semantic vector search in memory files, and `memory_get` for reading file sections by line range. - Enables efficient retrieval of prior conversations, preferences, dates, project history, and other personal context. - Includes clear usage guidelines, tips, and examples for common scenarios. - Indexing is automatic; no manual setup required. - Strictly prohibits accessing memory files via shell commands—use provided APIs only.