Minimum row

This commit is contained in:
2026-05-25 14:50:01 +02:00
parent a646c905e4
commit 37db91314b
7 changed files with 171 additions and 38 deletions
+4 -1
View File
@@ -246,6 +246,7 @@ topdata:
row_generation:
- namespace: portraits
mode: first_null_row
minimum_row: 15000
class_feat_injections:
global_feats:
- feat: feat:literate
@@ -312,7 +313,9 @@ topdata:
specific datasets. The default `after_base` mode preserves existing behavior by
allocating after the final imported base row. `first_null_row` fills base rows
whose canonical key is empty and whose emitted 2DA columns are all null-like
(`null`, empty string, or `****`) before extending the table.
(`null`, empty string, or `****`) before extending the table. `minimum_row`
optionally prevents generated allocation below a configured row while preserving
the selected allocation mode at and above that row.
`topdata.class_feat_injections` controls generated rows for every
`classes/feats/*.json` table. `global_feats` injects concrete `feat:*`