clankloop.loopfile.v2.compiler¶
Loopfile v2 compiler — transforms a v2 loopfile spec into a PipelineRuntime.
Applies registered modules to transform the loopfile, then compiles the
resulting bash tasks into an :class:~clankloop.core.graph.ExecutionGraph
with a structured environment (pipeline.name, pipeline.constants,
pipeline.parameters, pipeline.globals).