(client: any, label: string, url: string)
| 186 | } |
| 187 | |
| 188 | function 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 | |
| 196 | type EmbeddedRuntimeModule = { |
| 197 | runEmbeddedPlanReview: (input: { |