Add typed action route metadata
This commit is contained in:
@@ -138,9 +138,11 @@ Already isolated:
|
||||
- row prompt/caption template selection, safe formatting, default prompt
|
||||
templates, configured-cast descriptor insertion, and POV directive insertion
|
||||
live in `row_rendering.py`; `prompt_builder.py` keeps compatibility aliases.
|
||||
- row action/position route metadata resolution, template metadata precedence,
|
||||
inferred position-key merging, and source action-family fallback live in
|
||||
`row_route_metadata.py`; `prompt_builder.py` keeps a public delegate wrapper.
|
||||
- row action/position route metadata resolution lives in
|
||||
`row_route_metadata.py` behind `ActionPositionRoute`, covering template
|
||||
metadata precedence, inferred position-key merging, legacy dict
|
||||
compatibility, and source action-family fallback; `prompt_builder.py` keeps
|
||||
public delegate wrappers.
|
||||
- built-in legacy row generation, auto-weighted/auto-full selection, row mode
|
||||
randomization, ratio clamps, and expression-intensity randomization live in
|
||||
`row_generation.py`; `prompt_builder.py` keeps public delegate wrappers.
|
||||
|
||||
Reference in New Issue
Block a user