alunduil/zfs-replicate
GitHub で見る.github/copilot-instructions.md redirects to AGENTS.md
Open
#421 opened on 2026年4月23日
enhancementgood first issue
Repository metrics
- Stars
- (24 stars)
- PR merge metrics
- (PR metrics pending)
説明
User story
As a GitHub Copilot user (Chat, PR review, or the Copilot coding agent), I want .github/copilot-instructions.md to load automatically so that Copilot-generated code follows the same conventions as human- and agent-written code.
Why
GitHub Copilot reads .github/copilot-instructions.md for project-level guidance. Pointing it at AGENTS.md keeps everything in one place.
Acceptance criteria
-
.github/copilot-instructions.mdexists. - Its body is a one-line redirect:
See [AGENTS.md](../AGENTS.md) for repo conventions. - Any Copilot-specific guidance (e.g., referencing
.github/copilot/*.instructions.mdfiles once they exist) is appended after the redirect.
Out of scope
- Creating the task-specific instruction/prompt files under
.github/copilot/(separate issue).
Notes
- Target release: none — chore
- Depends on
AGENTS.mdlanding first. - Source: modernization assessment §6.1.