Abhishek-Raj0/CODEATLAS ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app called CodeAtlas that can take a GitHub repo or local codebase, index it, and let me ask questions about the code in a chat style interface.
I want it to parse Python files so it understands classes, functions, imports, calls, and inheritance, then store semantic chunks for search and structural relationships for tracing dependencies. Use a vector search backend for code snippets and a graph database for call chains and code relationships. When I ask things like what a function does, where something is used, or how a class connects to others, the app should give me a clear answer with citations from the code.
Please include a simple web dashboard where I can start ingestion, see basic repo stats, and explore an interactive graph of the codebase. Also make the answers self correcting so if the first response is weak or not grounded in the code, it tries again. If you need to look up current docs online for any libraries, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit