Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Sep 17, 2025

This change moves the existing .github/copilot-instructions.md file to AGENTS.md in the repository root to follow GitHub's recommended standard for agent instruction files.

Background

GitHub has established AGENTS.md as the standard location for agent instructions that can be used by various AI coding assistants, not just GitHub Copilot. This provides better discoverability and compatibility across different agent platforms.

Changes

  • Moved .github/copilot-instructions.md to AGENTS.md
  • All content preserved exactly (172 lines of comprehensive development guidelines)
  • No functional changes to the codebase

Benefits

  • Standards Compliance: Follows GitHub's recommended convention for agent instructions
  • Broader Compatibility: Accessible to various AI agents beyond just GitHub Copilot
  • Improved Discoverability: Located in repository root for easier access
  • Future-Proof: Aligns with evolving standards for AI agent integration

The development guide continues to provide the same comprehensive information about DPDispatcher's build system, testing procedures, project structure, and development workflows.

Fixes #549.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • 39.106.xx.xx
    • Triggering command: python -m coverage run -p --source=./dpdispatcher -m unittest -v (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] [Feature Request] Move .github/copilot-instructions.md to AGENTS.md feat: move .github/copilot-instructions.md to AGENTS.md Sep 17, 2025
@Copilot Copilot AI requested a review from njzjz September 17, 2025 16:28
@njzjz njzjz marked this pull request as ready for review September 18, 2025 05:44
@njzjz njzjz enabled auto-merge (squash) September 18, 2025 05:44
@njzjz njzjz disabled auto-merge September 18, 2025 05:44
@njzjz njzjz changed the title feat: move .github/copilot-instructions.md to AGENTS.md docs: move .github/copilot-instructions.md to AGENTS.md Sep 18, 2025
@njzjz njzjz enabled auto-merge (squash) September 18, 2025 05:45
@njzjz njzjz disabled auto-merge September 18, 2025 05:45
@njzjz njzjz enabled auto-merge (squash) September 18, 2025 05:45
Copy link

codecov bot commented Sep 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 47.60%. Comparing base (e92a4f8) to head (8605f6f).
⚠️ Report is 1 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (e92a4f8) and HEAD (8605f6f). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (e92a4f8) HEAD (8605f6f)
15 14
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #550       +/-   ##
===========================================
- Coverage   60.40%   47.60%   -12.81%     
===========================================
  Files          39       39               
  Lines        3905     3905               
===========================================
- Hits         2359     1859      -500     
- Misses       1546     2046      +500     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@njzjz njzjz merged commit 4389a5b into master Sep 18, 2025
31 checks passed
@njzjz njzjz deleted the copilot/fix-549 branch September 18, 2025 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Move .github/copilot-instructions.md to AGENTS.md
2 participants