Workflow templates scoped to prompt and goal
Full template rendering in DOT workflows is now limited to the two content fields that legitimately need it: the nodeprompt and the graph goal, which can reference {{ inputs.* }} and {{ goal }}. Every other graph, node, and edge attribute is a plain value. This makes workflow files easier to reason about — an attribute like model or condition always means exactly what it says, instead of potentially being a template that resolves to something else at run time.
output_schema is now a plain string or @file reference rather than a template; @file references still inline the file’s contents.