This should work as follows:
- content is received from openai, preferably via a function call.
- AGit verifies the attempted write operation to file is in the same folder, and that the file name does not already exist.
- If it does, spits out a warning before proceeding.
- Then proceed to create the file and stage it.