Reverse engineered prompt

GitHub

Build me a local command line app that lets me point at a folder or file, index everything inside it, and then ask natural language questions about those documents.

I want it to work with common file types like PDFs, text, markdown, CSV, JSON, and source code, and I want it to skip files it has already seen so re runs don’t waste time. It should keep a local searchable index, use semantic search plus keyword matching, and answer questions by pulling the most relevant chunks into context before responding.

Please make it feel like a real tool, not a demo. Add simple commands for ingesting files, asking questions, checking status, and resetting the cache or index safely without deleting random files. It should remember previous answers when possible to avoid unnecessary LLM calls. Use a design that can run locally, and if you need current docs for any libraries or APIs, look them up online first.

Have a live product UI? Try website reverse