Extract row category route policy

This commit is contained in:
2026-06-27 09:42:16 +02:00
parent c076b22b75
commit d31d513ec3
5 changed files with 258 additions and 65 deletions
@@ -131,6 +131,10 @@ Already isolated:
- row item selection, weighted item/pair choice, item-template axis filling,
and oral/outercourse axis compatibility filters live in `row_item.py`;
`prompt_builder.py` keeps public delegate wrappers.
- row category/subcategory/item route resolution, hardcore position-category
filtering, cast-count adjustment, pose-vs-content seed-axis choice, item
metadata collection, and pose-category item sanitizing live in
`row_category_route.py`; `prompt_builder.py` keeps public delegate wrappers.
- 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.