Refresh architecture next-pass roadmap

This commit is contained in:
2026-06-27 21:08:09 +02:00
parent ec6cc7265c
commit 48a2afc951
+7 -6
View File
@@ -763,9 +763,10 @@ Medium-term:
## Recommended Next Passes ## Recommended Next Passes
1. Continue splitting remaining `__init__.py` node classes by family after 1. Keep new node classes in their owning `node_*.py` or `loop_nodes.py`
behavior is covered by smoke checks. module, with registration/display docs covered by the audit.
2. Continue splitting the internals of `hardcore_role_graphs.py` by action 2. Keep `hardcore_role_graphs.py` as the dispatch surface; add behavior in the
family once generated edge cases are covered by smoke fixtures. existing `hardcore_role_*` action-family modules only when a concrete
3. Add more route-level smoke fixtures for generated edge cases that are not generated edge case needs it.
covered by the current static Krea/SDXL/caption metadata fixtures. 3. Add route-level smoke fixtures only for observed generated edge cases or new
metadata fields that affect Krea2, SDXL, or caption output.