Problem
Real plans are rarely fully parallel — the API subtask must land before the UI subtask can build against it. Today (and even with fan-out #137) the planner or user must babysit ordering by hand: wait for A to merge, then manually spawn B off the updated orchestration branch.
Proposal
Problem
Real plans are rarely fully parallel — the API subtask must land before the UI subtask can build against it. Today (and even with fan-out #137) the planner or user must babysit ordering by hand: wait for A to merge, then manually spawn B off the updated orchestration branch.
Proposal
dependsOn(referencing sibling subtasks by name — same validation spirit as hookdependsOn).