Skip to content

Add repository-specific Copilot agent instructions#63

Merged
espenhgn merged 2 commits into
mainfrom
copilot/add-copilot-instructions-file
Apr 21, 2026
Merged

Add repository-specific Copilot agent instructions#63
espenhgn merged 2 commits into
mainfrom
copilot/add-copilot-instructions-file

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 20, 2026

Changes proposed in this pull request:
This adds a dedicated Copilot instruction file to align cloud-agent behavior with this repository’s workflow and structure, per GitHub Copilot best practices.

  • Copilot configuration

    • Added .github/copilot-instructions.md.
  • Repository-specific guidance

    • Documented scope expectations for minimal/surgical edits.
    • Documented key paths (containers/, tests/, scripts/init.py, .github/workflows/).
    • Documented standard validation commands and contribution expectations for agent-generated changes.
  • Example snippet

## Validation commands
- `python -m pip install -r test-requirements.txt flake8`
- `python -m pytest -q`
- `flake8 .`

Before submitting

  • I've read and followed all steps in the Making a pull request
    section of the CONTRIBUTING docs.
  • I've updated or added any relevant docstrings following the syntax described in the
    Writing docstrings section of the CONTRIBUTING docs.
  • If this PR fixes a bug, I've added a test that will fail without my fix.
  • If this PR adds a new feature, I've added tests that sufficiently cover my new functionality.

Copilot AI changed the title [WIP] Add .github/copilot-instructions.md to configure Copilot coding agent Add repository-specific Copilot agent instructions Apr 20, 2026
Copilot AI requested a review from espenhgn April 20, 2026 14:17
@espenhgn
Copy link
Copy Markdown
Collaborator

@copilot fix failing checks, update outdated version pins in Dockerfile and build scripts.

@espenhgn espenhgn added the enhancement New feature or request label Apr 20, 2026
@espenhgn espenhgn marked this pull request as ready for review April 20, 2026 14:38
@espenhgn espenhgn merged commit 9b958c3 into main Apr 21, 2026
6 of 7 checks passed
@espenhgn espenhgn deleted the copilot/add-copilot-instructions-file branch April 21, 2026 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add .github/copilot-instructions.md to configure Copilot coding agent

2 participants