fix(omo-codex): use sisyphuslabs plugin identity

This commit is contained in:
YeonGyu-Kim
2026-05-28 15:45:21 +09:00
parent 1c5e251a62
commit 38265c5993
6 changed files with 45 additions and 23 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ import {
validatePathSegment,
} from "./install/marketplace.mjs";
const SISYPHUS_LEGACY_CACHE_MARKETPLACES = ["lazycodex", "code-yeongyu-codex-plugins"];
const LEGACY_CODEX_PLUGIN_MARKETPLACE = ["code", "yeongyu", "codex", "plugins"].join("-");
const SISYPHUS_LEGACY_CACHE_MARKETPLACES = ["lazycodex", LEGACY_CODEX_PLUGIN_MARKETPLACE];
export async function installMarketplaceLocally(options = {}) {
const repoRoot = resolve(options.repoRoot ?? process.cwd());