-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Description
LLM agents like GitHub Copilot (either through the web interface or in an IDE like VSCode) are getting very good at completing discrete tasks independently and checking their own work. For example, I used a Copilot agent through the website to modify GenX so that it can read .csv, .csv.gz, or .parquet files. The code changes look good and it wrote appropriate tests. But it didn't update CHANGELOG.md or the existing documentation, and all of the tests are failing.
Adding custom Copilot instructions to the repo should help guide agents to both independently make changes to the codebase and prepare the PR so that all necessary build/documentation changes are in place.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels