michaelansel / CoreContributorBot

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

Include most recent comment in process_issue #35

Closed michaelansel closed 1 month ago

michaelansel commented 1 month ago

Address issue #34

michaelansel commented 1 month ago

The new test is in the wrong location. Test files should be in the same directory as the code under test. So, move the test file into the lib directory. You'll notice there is already a test file there, so consider if you even need to add new test cases. If you do, integrate them into the existing test file.

michaelansel commented 1 month ago

Bot Response: Updated based on feedback

michaelansel commented 1 month ago

Fixed manually