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

Function logPlannotatorReady

apps/opencode-plugin/index.ts:188–194  ·  view source on GitHub ↗
(client: any, label: string, url: string)

Source from the content-addressed store, hash-verified

186}
187
188function logPlannotatorReady(client: any, label: string, url: string): void {
189 try {
190 void client.app.log({ level: "info", message: `[Plannotator] Open ${label}: ${url}` });
191 } catch {
192 // OpenCode logging is best-effort.
193 }
194}
195
196type EmbeddedRuntimeModule = {
197 runEmbeddedPlanReview: (input: {

Callers 1

runPlanReviewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected