MCPcopy Create free account
hub / github.com/backnotprop/plannotator / getPlannotatorBin

Function getPlannotatorBin

apps/opencode-plugin/cli-bridge.ts:98–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96}
97
98function getPlannotatorBin(): string {
99 return process.env.PLANNOTATOR_BIN?.trim() || "plannotator";
100}
101
102function getWindowsPathCandidates(bin: string, env: NodeJS.ProcessEnv): string[] {
103 if (path.extname(bin)) return [bin];

Callers 1

runPlannotatorCliFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected