LICENSE
README.md
pyproject.toml
src/clew/__init__.py
src/clew/__main__.py
src/clew/capture.py
src/clew/io.py
src/clew/model.py
src/clew/config/__init__.py
src/clew/config/user_tools.py
src/clew/cost/__init__.py
src/clew/cost/amplification.py
src/clew/cost/pricing.py
src/clew/detect/__init__.py
src/clew/detect/cascade.py
src/clew/detect/semantic.py
src/clew/detect/structural.py
src/clew/ingest/__init__.py
src/clew/ingest/claude_code.py
src/clew/ingest/langgraph.py
src/clew/ingest/otel_json.py
src/clew/ingest/preprocess.py
src/clew/ingest/redundancy_bench.py
src/clew/ingest/toolathlon.py
src/clew/report/__init__.py
src/clew/report/_enrich.py
src/clew/report/_model.py
src/clew/report/json_report.py
src/clew/report/markdown.py
src/clew_custos.egg-info/PKG-INFO
src/clew_custos.egg-info/SOURCES.txt
src/clew_custos.egg-info/dependency_links.txt
src/clew_custos.egg-info/entry_points.txt
src/clew_custos.egg-info/requires.txt
src/clew_custos.egg-info/top_level.txt
tests/test_between_window.py
tests/test_build_set.py
tests/test_build_set_regression.py
tests/test_calibrate.py
tests/test_cascade.py
tests/test_claude_code_ingest.py
tests/test_cost_amplification.py
tests/test_coverage_transparency.py
tests/test_dod.py
tests/test_evaluate_reproducible.py
tests/test_field_regressions.py
tests/test_generator.py
tests/test_id_bridge.py
tests/test_langgraph_adapter.py
tests/test_model.py
tests/test_no_label_leakage.py
tests/test_openinference_adapter.py
tests/test_otel_json_ingest.py
tests/test_redundancy_bench_ingest.py
tests/test_report_cli.py
tests/test_roundtrip.py
tests/test_semantic_determinism.py
tests/test_structural.py
tests/test_toolathlon_ingest.py
tests/test_user_entity_id.py
tests/test_user_tools_config.py