Autogen configuration enabled

This commit is contained in:
2026-05-29 22:13:17 +02:00
parent 311bb8a3d0
commit a5dbad4ff9
5 changed files with 119 additions and 46 deletions
+6 -5
View File
@@ -405,11 +405,12 @@ discovered model stems from the configured include globs to the selected
`cachedmodels` dataset without `.mdl` extensions and skips models already
present in authored rows.
For `head_visualeffects` autogen consumers, repositories can configure the
group-to-row policy in `autogen.consumers[].head_visualeffects`. The toolkit
uses compatibility defaults for older configs, but YAML can own the group
prefixes, model stem prefixes to strip, key/label formats, model column, and
default row values. Individual groups can override the model column with
For `head_visualeffects` autogen, producers can publish the group-to-row policy
in `autogen.producers[].head_visualeffects`, and consumers can override or
extend it in `autogen.consumers[].head_visualeffects`. The toolkit uses
compatibility defaults for older configs and manifests, but YAML can own the
group prefixes, model stem prefixes to strip, key/label formats, model column,
and default row values. Individual groups can override the model column with
`model_column` or write the discovered model stem to several columns with
`model_columns`, which is useful for root-node visualeffects. Supported format
tokens are `{dataset}`, `{group}`, `{prefix}`, `{stem}`, `{stem_upper}`, and