LICENSE
README.md
pyproject.toml
confluid/__init__.py
confluid/bake.py
confluid/configurator.py
confluid/decorators.py
confluid/dumper.py
confluid/engine.py
confluid/env.py
confluid/exceptions.py
confluid/fluid.py
confluid/introspect.py
confluid/lazy.py
confluid/llm_schema.py
confluid/loader.py
confluid/mandatory.py
confluid/merger.py
confluid/no_broadcast.py
confluid/py.typed
confluid/pydantic_export.py
confluid/registry.py
confluid/report.py
confluid/resolver.py
confluid/schema.py
confluid/scopes.py
confluid/validation.py
confluid.egg-info/PKG-INFO
confluid.egg-info/SOURCES.txt
confluid.egg-info/dependency_links.txt
confluid.egg-info/entry_points.txt
confluid.egg-info/requires.txt
confluid.egg-info/top_level.txt
tests/test_all_gaps.py
tests/test_bake.py
tests/test_basic_parity.py
tests/test_broadcast_attrs.py
tests/test_broadcast_materialize.py
tests/test_broadcast_robustness.py
tests/test_broadcast_scoping.py
tests/test_broadcast_wrapper_override.py
tests/test_callable_target.py
tests/test_cast.py
tests/test_clone.py
tests/test_configurator.py
tests/test_context.py
tests/test_deferred_broadcasting.py
tests/test_dumper.py
tests/test_eager.py
tests/test_env.py
tests/test_exceptions.py
tests/test_fluid.py
tests/test_group.py
tests/test_includes.py
tests/test_introspect.py
tests/test_io_contract.py
tests/test_lazy.py
tests/test_lazy_convention.py
tests/test_list_index_refs.py
tests/test_llm_schema.py
tests/test_loader.py
tests/test_merger.py
tests/test_method_ref.py
tests/test_names_parity.py
tests/test_nested_refs.py
tests/test_no_broadcast.py
tests/test_optional_pydantic.py
tests/test_ordered_merge.py
tests/test_parity.py
tests/test_parse_param_docs.py
tests/test_post_init_broadcast.py
tests/test_pydantic_export.py
tests/test_ref_identity.py
tests/test_registry.py
tests/test_report.py
tests/test_repro_failures.py
tests/test_resolve.py
tests/test_resolver.py
tests/test_schema_from_instance.py
tests/test_scopes.py
tests/test_search_paths.py
tests/test_task_role.py
tests/test_transforms_parity.py
tests/test_validation.py