Align architecture roadmap with current routes

This commit is contained in:
2026-06-27 21:12:43 +02:00
parent 613fada952
commit 9b69cc8505
+13 -7
View File
@@ -654,8 +654,11 @@ Near-term:
Medium-term: Medium-term:
- Extract category loading and role graph logic. - Keep category loading, prompt-row routing, and role-graph routing in their
- Convert keyword-heavy interaction filtering to template metadata. extracted owner modules instead of rebuilding them inside
`prompt_builder.py`.
- Add new template metadata only when a generated route needs a concrete action,
position, or formatter hint that is not already expressible.
### Insta/OF Pair ### Insta/OF Pair
@@ -673,9 +676,10 @@ Near-term:
Medium-term: Medium-term:
- Make pair camera and clothing phases explicit subfunctions. - Keep camera and clothing phases in `pair_camera.py` and `pair_clothing.py`;
- Add smoke fixtures for same-cast, POV man, explicit nude, and different-camera extend those modules when a pair output shows concrete camera/clothing drift.
modes. - Add pair smoke fixtures only when a new pair option or observed output changes
soft/hard cast, POV, explicit-nude, or split-camera metadata behavior.
### Krea2 ### Krea2
@@ -706,8 +710,10 @@ Near-term:
Medium-term: Medium-term:
- Dispatch action rewriting by action family. - Keep action-family rewriting dispatched through `krea_action_dispatch.py` and
- Continue splitting remaining Krea semantic helpers into smaller modules. the existing `krea_action_*` / `krea_pov*` helpers.
- Add or split Krea helpers only for an observed route failure or a new
action-family metadata path.
### SDXL ### SDXL