Finished code cleanup, readme is mostly done.

This commit is contained in:
2025-04-20 20:30:06 -04:00
parent 1621023958
commit 78158bd3b2

View File

@@ -15,7 +15,10 @@ The following approach is taken by this implementation:
* The changed files are staged and committed to Git after generating an appropriate Git commit message using a chat appropriate LLM. * The changed files are staged and committed to Git after generating an appropriate Git commit message using a chat appropriate LLM.
This implementation is very simple and has numerous drawbacks (see limitations / assumptions section below) but it does This implementation is very simple and has numerous drawbacks (see limitations / assumptions section below) but it does
work and could be iterated on to produce better results. work.
The reason this approach was taken was that it could be implemented quickly and produces reasonable looking results
while being a solid platform for further iteration.
## Code Structure ## Code Structure