LICENSE
README.md
pyproject.toml
src/comfy_preflight/__init__.py
src/comfy_preflight/_assert_probe.py
src/comfy_preflight/aggregate.py
src/comfy_preflight/cli.py
src/comfy_preflight/envelope.py
src/comfy_preflight/errors.py
src/comfy_preflight/graph.py
src/comfy_preflight/mcp_server.py
src/comfy_preflight/register.py
src/comfy_preflight/registry.py
src/comfy_preflight.egg-info/PKG-INFO
src/comfy_preflight.egg-info/SOURCES.txt
src/comfy_preflight.egg-info/dependency_links.txt
src/comfy_preflight.egg-info/entry_points.txt
src/comfy_preflight.egg-info/requires.txt
src/comfy_preflight.egg-info/top_level.txt
src/comfy_preflight/checks/__init__.py
src/comfy_preflight/checks/c1_link_topology.py
src/comfy_preflight/checks/c2_register.py
src/comfy_preflight/checks/c4_saved_is_submitted.py
src/comfy_preflight/checks/c5_frame.py
src/comfy_preflight/checks/c8_envelope.py
tests/test_aggregate.py
tests/test_c1_link_topology.py
tests/test_c2_register.py
tests/test_c4_saved_is_submitted.py
tests/test_c5_frame.py
tests/test_c8_envelope.py
tests/test_cli.py
tests/test_errors.py
tests/test_fixtures_are_self_contained.py
tests/test_mcp_surface.py
tests/test_no_assert_in_library.py
tests/test_packaging.py
tests/test_registry.py