Audit node registration coverage

This commit is contained in:
2026-06-27 21:04:00 +02:00
parent 1f9544233e
commit ec6cc7265c
3 changed files with 99 additions and 1 deletions
@@ -625,6 +625,10 @@ Already isolated:
- node input tooltip inventory, node-specific tooltip overrides, dynamic input
fallback tooltip rules, and tooltip injection live in `node_tooltips.py`;
`__init__.py` only applies the installer to the assembled node registry.
- node registration drift is checked by `tools/prompt_map_audit.py`: concrete
`SxCP...` node classes in node modules must be present in their module class
mappings and matching display-name mappings before they can silently
disappear from ComfyUI.
- profile-save and accumulator server payload handling lives in
`server_routes.py`; `__init__.py` only wires those pure handlers to ComfyUI
JSON responses, and `tools/prompt_smoke.py` covers the handlers without