mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 17:25:01 +00:00
Previously the holos command line expected a Platform and BuildPlan resource at the top level of the exported data from CUE. This forced us to use hidden fields for everything else. This patch modifies the BuildData struct to first look for a holos top level field and use it if present. This opens up other top level fields for use by end users. Our intent is to reserve any top level field prefixed with holos. Note this follows how Timoni works as well.