Local-first RAG cache: distill docs into structured Markdown, then index/query with Chroma + hybrid search (vector + keyword).
- Initial release of RAGLite. - Local-first RAG cache: distills documents into structured Markdown for privacy and auditability. - Uses Chroma (vector) and ripgrep (keyword) for hybrid search and retrieval. - OpenClaw is the default condensation engine. - All features documented, with install and usage instructions included.