Add row assembly request object

This commit is contained in:
2026-06-27 10:09:20 +02:00
parent ddf72a87dd
commit 58abbaa347
5 changed files with 159 additions and 151 deletions
+5 -4
View File
@@ -253,10 +253,11 @@ Already isolated:
sanitation before metadata leaves generation. It also copies side-specific
pair metadata, such as soft partner styling and hardcore clothing/detail
state, onto the embedded soft/hard rows.
- final custom-row assembly now lives in `row_assembly.py`, covering render
context population, prompt/caption rendering delegation, row-base indexing,
row metadata copying, configured-cast count metadata, profile/slot metadata,
and disabled-expression cleanup.
- final custom-row assembly now lives in `row_assembly.py` behind
`CustomRowAssemblyRequest`, covering render context population,
prompt/caption rendering delegation, row-base indexing, row metadata copying,
configured-cast count metadata, profile/slot metadata, and
disabled-expression cleanup.
### Pair / Adapter Layer