mirror of
https://github.com/holos-run/holos.git
synced 2026-03-21 01:35:02 +00:00
The manifest field isn't clear. Much more clear to have generators produce one Output. Transformers take multiple Inputs and produce one Output. The final Transformer, or a single Generator, must produce the final Artifact. The Inputs and Output naming to produce an Artifact makes clear the rendering pipeline we're implementing. This also makes clear that multiple generators must have at least one transformer to produce the final output artifact. We model a simple Join transformer for this case, which is what `holos` was implicitly doing previously.