Note 01
The graph decides, not the script
Tasks are declared in JSON along with what they depend on. The scheduler works out what is runnable at any moment and dispatches it — nothing is sequenced by hand, so adding a task changes the plan rather than the code.




