Describe the bug
So I realize that you are using .github/ directory existence to decide that the AI agent is GitHub Copilot but that's a very weak signal given that .github has so many things in it like workflows, configs for CI, repo templates, etc.
Can we please change and stop that logic happening by default?
To Reproduce
Steps to reproduce the behavior:
- Launch Cursor IDE
- Repo has
.github/ directory with workflows inside it
- Run
apm install
- Watch skills get added in .github/skills (mistakenly because I am using Cursor, not GitHub Copilot as my AI agent)
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
- OS: [e.g. macOS, Linux, Windows]
- Python Version: [e.g. 3.12.0]
- APM Version: [e.g. 0.1.0]
- VSCode Version (if relevant): [e.g. 1.80.0]
Logs
If applicable, add any error logs or screenshots.
Additional context
Add any other context about the problem here.
Describe the bug
So I realize that you are using
.github/directory existence to decide that the AI agent is GitHub Copilot but that's a very weak signal given that .github has so many things in it like workflows, configs for CI, repo templates, etc.Can we please change and stop that logic happening by default?
To Reproduce
Steps to reproduce the behavior:
.github/directory with workflows inside itapm installExpected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
Logs
If applicable, add any error logs or screenshots.
Additional context
Add any other context about the problem here.