Validate category pool references

This commit is contained in:
2026-06-26 15:00:19 +02:00
parent 5c5120a1f9
commit 1a98fdb9f2
3 changed files with 172 additions and 8 deletions
+4 -5
View File
@@ -181,8 +181,8 @@ Improve later:
- introduce optional `family` and `action_type` fields on item templates so
Python filters do less keyword guessing;
- add `formatter_hint` fields only where needed, not globally;
- add a JSON audit that checks every referenced expression/composition/scene pool
exists.
- keep `tools/prompt_map_audit.py` passing; it now checks referenced
expression/composition/scene pools and item-template axes.
### Node / UI Path
@@ -305,7 +305,6 @@ Medium-term:
1. Expand `tools/prompt_smoke.py` with close foreplay, POV penetration, and
location-theme fixtures.
2. Split Krea action/POV/clothing helpers into separate modules.
3. Add category JSON pool reference validation to `tools/prompt_map_audit.py`.
4. Extract scene-camera adapters from `prompt_builder.py`.
5. Split `__init__.py` node classes by family after behavior is covered by smoke
3. Extract scene-camera adapters from `prompt_builder.py`.
4. Split `__init__.py` node classes by family after behavior is covered by smoke
checks.