michaelansel / CoreContributorBot

Use an LLM to maintain a code repository, acting as a core contributor to the codebase
0 stars 0 forks source link

Delete empty files #24

Closed michaelansel closed 1 month ago

michaelansel commented 1 month ago

If the LLM responds with an empty file, delete the file instead of updating it to have no content. This should be easily addressable by adding a few lines of code to process_issue and adding a new associated unit test case in test_process_issue.py. Do the same thing in process_pull_request_comment.

michaelansel commented 1 month ago

Bot Response: Handling in PR: https://github.com/michaelansel/CoreContributorBot/pull/27

michaelansel commented 1 month ago

Resolved by hand