Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1627
function
planTasks(plan: Plan): PlanTask[] {
1628
return
plan.tasks ?? [];
1629
}
1630
1631
function
agentForWaitResult(
1632
result: SpawnResult | RecoverResult
Callers
6
load
Method · 0.70
reconcileVerifierStartingRefs
Method · 0.70
checkWorkerMeasurements
Method · 0.70
startingRefForTask
Method · 0.70
recordHandoffVerification
Method · 0.70
reconcileStateWithPlan
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected