Validate registered route smoke cases

This commit is contained in:
2026-06-27 12:36:59 +02:00
parent 05c84c6b83
commit 3599a334be
2 changed files with 35 additions and 5 deletions
+3 -2
View File
@@ -814,12 +814,13 @@ The script does not import ComfyUI. It parses the repo and prints:
`composition_pools` reference;
- item template validation so `{placeholder}` names resolve to `item_axes`.
- route documentation validation so critical route modules are listed in this
map and the architecture plan, and covered by their expected smoke cases.
map and the architecture plan, and registered in `SMOKE_CASES` by their
expected smoke cases.
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. The
script exits nonzero when JSON pool references, item template axes, critical
route docs, or critical route smoke coverage do not resolve.
route docs, or critical route smoke registrations do not resolve.
## Behavioral Smoke Helper