Describe the bug
Copilot starts with a tip:
No copilot instructions found. Run /init to generate a copilot-instructions.md file for this project.
Even though an AGENTS.md file is present and loaded. This is confusing for users. A separate instructions file is not needed when AGENTS.md is already detected and loaded.
Affected version
GitHub Copilot v0.0.402
Steps to reproduce the behavior
- Start copilot-cli for the first time in a repo
- See the message
Expected behavior
If an AGENTS.md file is present and loaded, the cli should not suggest that an instructions file also needs to be created.
Additional context
No response