eshanized/M31A ? reverse-engineered prompt
Reverse engineered prompt
Build me a terminal based AI coding agent in Go that lives in the shell and actually finishes the job, not just gives suggestions.
I want a simple TUI where I can type a coding task, then it walks through a clear workflow like initialize, discuss, plan, execute, verify, runtime, and ship. It should read the current project, ask me any needed questions, make a plan, edit files, run build and tests, and then commit the verified changes to git. If something goes wrong, it should be able to retry, inspect errors, and roll back through a git based safety chain.
Make it work as one static binary, with no telemetry, and store any API keys securely in the OS keychain. Keep it terminal native and friendly for normal developer workflows. If you need current docs or examples for any tool or API, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit