sarhan44/clawcode ? reverse-engineered prompt
Reverse engineered prompt
Build me a terminal based AI coding assistant called ClawCode that I can run from the command line to help edit my projects with AI.
I want it to let me choose between Azure OpenAI, Groq, and Google Gemini, then scan the current project while respecting .gitignore, pick only the most relevant files, and ask the model for a short plan plus structured file edits. Before anything is changed, show me the summary and a clear diff, save backups, and ask for confirmation. It should also support a single command run, an interactive terminal mode, and a shell style REPL for repeated tasks.
Please include persistent memory so it remembers things across restarts, both globally and per project, and make the first run guide me through provider setup. Use a clean terminal UI with project info, activity, status, and input, and make sure the whole thing feels safe and polished. Look up current docs online if you need to.