LICENSE
README.md
pyproject.toml
src/gemla/__init__.py
src/gemla/__version.py
src/gemla.egg-info/PKG-INFO
src/gemla.egg-info/SOURCES.txt
src/gemla.egg-info/dependency_links.txt
src/gemla.egg-info/entry_points.txt
src/gemla.egg-info/requires.txt
src/gemla.egg-info/top_level.txt
src/gemla/benchmarks/__init__.py
src/gemla/benchmarks/run_all_benchmarks.py
src/gemla/benchmarks/runner.py
src/gemla/cli/__init__.py
src/gemla/cli/main.py
src/gemla/controls/__init__.py
src/gemla/controls/control_suite.py
src/gemla/controls/phase_shuffle.py
src/gemla/controls/residue_scramble.py
src/gemla/controls/wrong_sign.py
src/gemla/core/action.py
src/gemla/core/eml.py
src/gemla/core/gamma_operator.py
src/gemla/core/surrogate.py
src/gemla/data/__init__.py
src/gemla/data/cyber.py
src/gemla/data/industrial.py
src/gemla/data/market.py
src/gemla/data/synthetic.py
src/gemla/gates/__init__.py
src/gemla/gates/anchor_gate.py
src/gemla/gates/reva_v2.py
src/gemla/gates/reva_v2_sf.py
src/gemla/gates/transport_acceptance.py
src/gemla/gates/winding_gate.py
src/gemla/integrations/__init__.py
src/gemla/integrations/latent/__init__.py
src/gemla/integrations/latent/adapter.py
src/gemla/integrations/vjepa/__init__.py
src/gemla/integrations/vjepa/adapter.py
src/gemla/lifted/__init__.py
src/gemla/lifted/anchors.py
src/gemla/lifted/lifted_phase.py
src/gemla/lifted/spectral_flatness.py
src/gemla/lifted/winding.py
src/gemla/pipelines/__init__.py
src/gemla/pipelines/gemla_pipeline.py
src/gemla/pipelines/latent_pipeline.py
src/gemla/reports/__init__.py
src/gemla/reports/markdown.py
tests/test_action.py
tests/test_benchmarks.py
tests/test_cli.py
tests/test_cli_benchmark.py
tests/test_cli_latent.py
tests/test_cli_practical_demos.py
tests/test_cli_vjepa.py
tests/test_controls.py
tests/test_cyber_demo.py
tests/test_gamma_operator.py
tests/test_industrial_demo.py
tests/test_latent_adapter.py
tests/test_lifted_phase.py
tests/test_market_demo.py
tests/test_pipeline.py
tests/test_reva_v2_sf.py
tests/test_vjepa_adapter.py