-
Notifications
You must be signed in to change notification settings - Fork 161
[BUG] always installing to .github #453
Copy link
Copy link
Closed
Labels
bugDeprecated: use type/bug. Kept for issue history; will be removed in milestone 0.10.0.Deprecated: use type/bug. Kept for issue history; will be removed in milestone 0.10.0.needs-triageDeprecated: use status/needs-triage. Kept for issue history; will be removed in milestone 0.10.0.Deprecated: use status/needs-triage. Kept for issue history; will be removed in milestone 0.10.0.
Metadata
Metadata
Assignees
Labels
bugDeprecated: use type/bug. Kept for issue history; will be removed in milestone 0.10.0.Deprecated: use type/bug. Kept for issue history; will be removed in milestone 0.10.0.needs-triageDeprecated: use status/needs-triage. Kept for issue history; will be removed in milestone 0.10.0.Deprecated: use status/needs-triage. Kept for issue history; will be removed in milestone 0.10.0.
Describe the bug
When I am installing to a repo with a .opencode folder, it is installing the skill directly to the .github, even if the .opencode folder exists. Evren removing the .github folder, it still seems to add it back there.
We use github and thus have workflow files and such, but some on the team are also using opencode or cursor or other so we want to be able to support everything.
To Reproduce
Steps to reproduce the behavior:
mkdir .opencode
apm install
ls .opencode
Expected behavior
If both exist, either give the option to select, or install in both (or symlink)
Environment (please complete the following information):
Logs
Have changed things to skill and masked org as internal repos
Additional context
Add any other context about the problem here.