Skip to content

feat: move .github/copilot-instructions.md to AGENTS.md#898

Merged
njzjz merged 3 commits intodevelfrom
copilot/fix-897
Sep 18, 2025
Merged

feat: move .github/copilot-instructions.md to AGENTS.md#898
njzjz merged 3 commits intodevelfrom
copilot/fix-897

Conversation

Copy link
Contributor

Copilot AI commented Sep 18, 2025

This PR moves the AI agent instructions from .github/copilot-instructions.md to AGENTS.md in the repository root, following the new GitHub standard for agent custom instructions.

Background

According to the GitHub changelog, AGENTS.md is now the commonly used location for custom instructions that different AI agents can reference. This change improves compatibility across various AI coding assistants.

Changes

  • Moved .github/copilot-instructions.mdAGENTS.md
  • No content changes - the comprehensive dpdata development instructions remain identical
  • No functional impact on the dpdata codebase or CLI functionality

The file contains detailed instructions for AI agents working on dpdata, including:

  • Repository bootstrap and installation procedures
  • Testing and linting workflows
  • Build and documentation processes
  • Troubleshooting guides
  • Commit and PR guidelines

Verification

  • ✅ dpdata CLI functionality remains intact (dpdata --version, dpdata --help)
  • ✅ All CLI tests continue to pass (7/7 tests successful)
  • ✅ File content preserved exactly (149 lines, 7,357 bytes)

Fixes #897.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com>
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 18, 2025
Copilot AI requested a review from njzjz September 18, 2025 03:19
@njzjz
Copy link
Member

njzjz commented Sep 18, 2025

pre-commit.ci autofix

@codecov
Copy link

codecov bot commented Sep 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.06%. Comparing base (a89a7a4) to head (e9b1e91).
⚠️ Report is 20 commits behind head on devel.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel     #898   +/-   ##
=======================================
  Coverage   86.06%   86.06%           
=======================================
  Files          83       83           
  Lines        7886     7886           
=======================================
  Hits         6787     6787           
  Misses       1099     1099           

☔ 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.

@codspeed-hq
Copy link

codspeed-hq bot commented Sep 18, 2025

CodSpeed WallTime Performance Report

Merging #898 will not alter performance

Comparing copilot/fix-897 (e9b1e91) with devel (a89a7a4)

Summary

✅ 2 untouched

@njzjz njzjz marked this pull request as ready for review September 18, 2025 05:37
@njzjz njzjz merged commit 7239f16 into devel Sep 18, 2025
22 checks passed
@njzjz njzjz deleted the copilot/fix-897 branch September 18, 2025 05:44
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