Audit route documentation coverage
This commit is contained in:
@@ -813,11 +813,13 @@ The script does not import ComfyUI. It parses the repo and prints:
|
||||
- JSON reference validation for every `scene_pools`, `expression_pools`, and
|
||||
`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.
|
||||
|
||||
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 or item template axes do not
|
||||
resolve.
|
||||
script exits nonzero when JSON pool references, item template axes, critical
|
||||
route docs, or critical route smoke coverage do not resolve.
|
||||
|
||||
## Behavioral Smoke Helper
|
||||
|
||||
|
||||
Reference in New Issue
Block a user