Skip to content

Add instructions for coding agents #875

@gschivley

Description

@gschivley

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions