README.md
pyproject.toml
src/eca_pp/__init__.py
src/eca_pp/_harness_claude.py
src/eca_pp/_harness_deepseek.py
src/eca_pp/_harness_openai.py
src/eca_pp/agent.py
src/eca_pp/harness.py
src/eca_pp.egg-info/PKG-INFO
src/eca_pp.egg-info/SOURCES.txt
src/eca_pp.egg-info/dependency_links.txt
src/eca_pp.egg-info/entry_points.txt
src/eca_pp.egg-info/requires.txt
src/eca_pp.egg-info/top_level.txt
src/eca_pp/core/__init__.py
src/eca_pp/core/atomic_io.py
src/eca_pp/core/colspec.py
src/eca_pp/core/columns.py
src/eca_pp/core/layers.py
src/eca_pp/core/result.py
src/eca_pp/core/run_outputs.py
src/eca_pp/core/values.py
src/eca_pp/identify_columns/__init__.py
src/eca_pp/identify_columns/__main__.py
src/eca_pp/identify_columns/cli.py
src/eca_pp/identify_columns/obsprofile.py
src/eca_pp/identify_columns/policies.py
src/eca_pp/probe/__init__.py
src/eca_pp/probe/__main__.py
src/eca_pp/probe/cli.py
src/eca_pp/standardize/__init__.py
src/eca_pp/standardize/__main__.py
src/eca_pp/standardize/build.py
src/eca_pp/standardize/cli.py
src/eca_pp/standardize/countsloc.py
src/eca_pp/standardize/harmonize.py
src/eca_pp/standardize/qc.py
src/eca_pp/standardize/rawspace.py
src/eca_pp/standardize/species.py
tests/test_agent.py
tests/test_columns.py
tests/test_float_groups.py
tests/test_harness_openai.py
tests/test_identify_columns.py
tests/test_obsprofile.py
tests/test_pre_gate.py
tests/test_probe.py
tests/test_run_outputs.py
tests/test_species_logging.py
tests/test_standardize.py
tests/test_standardize_v02.py