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

Function shouldRegisterSubmitPlan

apps/opencode-plugin/workflow.ts:109–111  ·  view source on GitHub ↗
(options: NormalizedWorkflowOptions)

Source from the content-addressed store, hash-verified

107}
108
109export function shouldRegisterSubmitPlan(options: NormalizedWorkflowOptions): boolean {
110 return options.workflow !== "manual";
111}
112
113export function shouldModifyPrompts(options: NormalizedWorkflowOptions): boolean {
114 return options.workflow !== "manual" && options.workflow !== "user-managed";

Callers 2

workflow.test.tsFile · 0.90
PlannotatorPluginFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected