85% of Cursor AI in a Shell Script and Good Prompting

from blog Blogs on rohan ganapavarapu, | ↗ original
This is an example workflow of how to integrate LLMs into your software dev. First script (prompt.sh) does one thing: dumps your entire codebase context into a text file. It first appends the file tree while ignoring what you tell it to ignore (node_modules, files not needed contextually, etc), and recursively finds and auto includes what you...