mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-16 10:06:11 +02:00
fix: unblock urgent install and gateguard regressions
This commit is contained in:
parent
e0ddb331f6
commit
76b6e22b4d
19 changed files with 337 additions and 69 deletions
|
|
@ -196,7 +196,9 @@ function findPluginInstall(rootDir) {
|
|||
];
|
||||
const candidateRoots = [
|
||||
path.join(rootDir, '.claude', 'plugins'),
|
||||
path.join(rootDir, '.claude', 'plugins', 'marketplaces'),
|
||||
homeDir && path.join(homeDir, '.claude', 'plugins'),
|
||||
homeDir && path.join(homeDir, '.claude', 'plugins', 'marketplaces'),
|
||||
].filter(Boolean);
|
||||
const candidates = candidateRoots.flatMap((pluginsDir) =>
|
||||
pluginDirs.flatMap((pluginDir) => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue