.gitignore
ESSENTIAL_FILES_MAP.md
INSTALL.md
INSTALL_ja.md
LICENSE
Makefile
README.md
README_ja.md
pyproject.toml
uv.lock
docs/01-concepts/01-entropy-fluctuation_en.md
docs/01-concepts/01-entropy-fluctuation_ja.md
docs/01-concepts/README.md
examples/.gitkeep
scripts/CONSOLIDATE_README.md
scripts/__init__.py
scripts/check_deps.py
scripts/consolidate.py
src/crystflux/__init__.py
src/crystflux/py.typed
src/crystflux.egg-info/PKG-INFO
src/crystflux.egg-info/SOURCES.txt
src/crystflux.egg-info/dependency_links.txt
src/crystflux.egg-info/requires.txt
src/crystflux.egg-info/top_level.txt
src/crystflux/v1/STRUCTURE.md
src/crystflux/v1/STRUCTURE_ja.md
src/crystflux/v1/__init__.py
src/crystflux/v1/py.typed
src/crystflux/v1/adapters/__init__.py
src/crystflux/v1/adapters/base_chain_vesicle.py
src/crystflux/v1/adapters/crystallizer_impl.py
src/crystflux/v1/adapters/default_void_sentinel.py
src/crystflux/v1/adapters/desire_logger_impl.py
src/crystflux/v1/adapters/dream_context.py
src/crystflux/v1/adapters/fastapi.py
src/crystflux/v1/adapters/frame_inspection.py
src/crystflux/v1/adapters/missing_logger_impl.py
src/crystflux/v1/adapters/numpy.py
src/crystflux/v1/adapters/numpy_chain.py
src/crystflux/v1/adapters/numpy_chain.pyi
src/crystflux/v1/adapters/numpy_chain_modes.py
src/crystflux/v1/adapters/pydantic.py
src/crystflux/v1/adapters/sentinel_to_cryst.py
src/crystflux/v1/boundary/__init__.py
src/crystflux/v1/boundary/chain_context.py
src/crystflux/v1/boundary/chain_step.py
src/crystflux/v1/boundary/crystallizer_port.py
src/crystflux/v1/boundary/desire_logger.py
src/crystflux/v1/boundary/error_contracts.py
src/crystflux/v1/boundary/event_schema.py
src/crystflux/v1/boundary/missing_logger.py
src/crystflux/v1/boundary/mode_contracts.py
src/crystflux/v1/boundary/vesicle_api.py
src/crystflux/v1/boundary/void_sentinel.py
src/crystflux/v1/core/TECH_NOTES.md
src/crystflux/v1/core/__init__.py
src/crystflux/v1/core/freeze_value.py
src/crystflux/v1/core/json_types.py
src/crystflux/v1/core/value_api.py
src/crystflux/v1/core/value_array.py
src/crystflux/v1/core/value_core.py
src/crystflux/v1/core/value_modes.py
src/crystflux/v1/core/value_projections.py
src/crystflux/v1/core/void_reason.py
src/crystflux/v1/core/void_value.py
tests/data/taoist.json
tests/scripts/test_dependency_gate.py
tests/v1/conftest.py
tests/v1/test_array_operations.py
tests/v1/test_base_chain_vesicle.py
tests/v1/test_context_layer.py
tests/v1/test_crystallizer.py
tests/v1/test_default_void_sentinel.py
tests/v1/test_desire_logger_unit.py
tests/v1/test_desire_logging_integration.py
tests/v1/test_docstring_examples.py
tests/v1/test_dream_context.py
tests/v1/test_dream_mode.py
tests/v1/test_fastapi.py
tests/v1/test_frame_inspection.py
tests/v1/test_frozen_tuple_immutability.py
tests/v1/test_it_auto_type_inference.py
tests/v1/test_it_helpers.py
tests/v1/test_it_mode_integration.py
tests/v1/test_it_placeholder.py
tests/v1/test_json_types.py
tests/v1/test_latent_mode.py
tests/v1/test_missing_logger_wrappers.py
tests/v1/test_missing_logging_integration.py
tests/v1/test_mode_contracts.py
tests/v1/test_numpy_adapter.py
tests/v1/test_numpy_context.py
tests/v1/test_numpy_context_stub.py
tests/v1/test_pydantic_adapter.py
tests/v1/test_strict_mode.py
tests/v1/test_value_array_length.py
tests/v1/test_value_core_additional.py
tests/v1/test_void.py
tests/v1/test_void_reason.py
tests/v1/test_with_value.py