fix: unblock urgent install and gateguard regressions

This commit is contained in:
Affaan Mustafa
2026-04-14 19:23:07 -07:00
parent e0ddb331f6
commit 76b6e22b4d
19 changed files with 337 additions and 69 deletions

View File

@@ -53,11 +53,11 @@ module.exports = createInstallTargetAdapter({
}));
}).sort((left, right) => {
const getPriority = value => {
if (value === 'rules') {
if (value === '.cursor') {
return 0;
}
if (value === '.cursor') {
if (value === 'rules') {
return 1;
}