(pluginRoot)
| 84 | } |
| 85 | |
| 86 | export async function loadPluginManifest(pluginRoot) { |
| 87 | const manifestPath = path.join(pluginRoot, ".codex-plugin", "plugin.json"); |
| 88 | return readJson(manifestPath); |
| 89 | } |
nothing calls this directly
no test coverage detected