jhnoor / tarik-autocoder

Tarik is an LLM-based automated developer
MIT License
4 stars 2 forks source link

Make changes to cloned repo and create commits in that context #29

Closed jhnoor closed 1 year ago

jhnoor commented 1 year ago

Currently we have a strange mix of using the github API to make the file changes. We should be doing that like a normal person would: using commandline git.

would just need git add, commit and push for now. Do not give Tarik direct access to the terminal! (ref. ChaosGPT 🙈)