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

Function planTasks

orchestrate/skills/orchestrate/scripts/core/loop.ts:293–295  ·  view source on GitHub ↗
(plan: Plan)

Source from the content-addressed store, hash-verified

291}
292
293function planTasks(plan: Plan): PlanTask[] {
294 return plan.tasks ?? [];
295}
296
297function truncate(s: string, n: number): string {
298 return s.length > n ? `${s.slice(0, n)}…` : s;

Callers 2

spawnReadyPendingFunction · 0.70
pendingCouldStillSpawnFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected