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
+6 -1
View File
@@ -651,9 +651,14 @@ The script does not import ComfyUI. It parses the repo and prints:
- registered display node names and known return names;
- per-JSON category counts;
- named scene/expression/composition pool inventory.
- JSON reference validation for every `scene_pools`, `expression_pools`, and
`composition_pools` reference;
- item template validation so `{placeholder}` names resolve to `item_axes`.
Use its output to spot doc drift after adding a new node or pool. If a new node
or pool appears there but not in this map, update the relevant route table.
or pool appears there but not in this map, update the relevant route table. The
script exits nonzero when JSON pool references or item template axes do not
resolve.
## Behavioral Smoke Helper