Deterministic logic sequencing¶
Foundation capability (taktora-executor v0.1): items compose into chains and DAGs with explicit ordering and abort semantics — the structural equivalent of a PLC cause-effect network.
Items compose into chains and DAGs with explicit ordering and abort semantics — the structural equivalent of a PLC cause-effect network. |
The runtime shall execute the items of a chain in declared order on a single dispatch slot per chain invocation. |
The runtime shall execute the vertices of a DAG concurrently when their in-edges are all satisfied, and shall block downstream vertices until all of their upstream vertices have completed. |
An item returning |
The runtime shall provide a |