Audit effective category route coverage

This commit is contained in:
2026-06-27 17:37:28 +02:00
parent c59c9947b2
commit 9668bd1709
2 changed files with 143 additions and 0 deletions
+3
View File
@@ -888,6 +888,9 @@ 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`.
- effective category route coverage so each normalized category path has
usable item, scene, expression, composition, and hardcore route metadata
before runtime fallbacks can hide a gap.
- route documentation validation so critical route modules are listed in this
map and the architecture plan, and registered in `SMOKE_CASES` by their
expected smoke cases.