Validate registered route smoke cases
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user