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

Function shouldModifyPrompts

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

Source from the content-addressed store, hash-verified

111}
112
113export function shouldModifyPrompts(options: NormalizedWorkflowOptions): boolean {
114 return options.workflow !== "manual" && options.workflow !== "user-managed";
115}
116
117export function shouldApplyToolDefinitionRewrites(options: NormalizedWorkflowOptions): boolean {
118 return options.workflow !== "manual" && options.workflow !== "user-managed";

Callers 3

workflow.test.tsFile · 0.90
PlannotatorPluginFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected