MCPcopy Create free account
hub / github.com/cursor/plugins / planTasks

Function planTasks

orchestrate/skills/orchestrate/scripts/core/prompts.ts:300–302  ·  view source on GitHub ↗
(plan: Plan)

Source from the content-addressed store, hash-verified

298}
299
300function planTasks(plan: Plan): PlanTask[] {
301 return plan.tasks ?? [];
302}
303
304function normalizedDependsOn(t: PlanTask): string[] {
305 const deps = [...(t.dependsOn ?? [])];

Callers 2

renderPromptFunction · 0.70
buildVerifierPromptFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected