MCPcopy
hub / github.com/EveryInc/compound-engineering-plugin / readCodexInstallManifest

Function readCodexInstallManifest

src/targets/codex.ts:183–185  ·  view source on GitHub ↗
(codexRoot: string, pluginName: string)

Source from the content-addressed store, hash-verified

181}
182
183export async function readCodexInstallManifest(codexRoot: string, pluginName: string): Promise<CodexInstallManifest | null> {
184 return readInstallManifest(codexRoot, pluginName)
185}
186
187async function readInstallManifest(codexRoot: string, pluginName: string): Promise<CodexInstallManifest | null> {
188 const manifestPath = path.join(codexRoot, pluginName, MANAGED_INSTALL_MANIFEST)

Callers 2

cleanupCodexFunction · 0.90

Calls 1

readInstallManifestFunction · 0.70

Tested by

no test coverage detected