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

Function planTasks

orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1627–1629  ·  view source on GitHub ↗
(plan: Plan)

Source from the content-addressed store, hash-verified

1625}
1626
1627function planTasks(plan: Plan): PlanTask[] {
1628 return plan.tasks ?? [];
1629}
1630
1631function agentForWaitResult(
1632 result: SpawnResult | RecoverResult

Callers 6

loadMethod · 0.70
startingRefForTaskMethod · 0.70
reconcileStateWithPlanFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected