LICENSE
README.md
pyproject.toml
causetrace/__init__.py
causetrace/__main__.py
causetrace/analysis.py
causetrace/annotation.py
causetrace/causality.py
causetrace/cli.py
causetrace/core.py
causetrace/corpus.py
causetrace/invariants.py
causetrace/metadata.py
causetrace/onboarding.py
causetrace/report.py
causetrace.egg-info/PKG-INFO
causetrace.egg-info/SOURCES.txt
causetrace.egg-info/dependency_links.txt
causetrace.egg-info/entry_points.txt
causetrace.egg-info/requires.txt
causetrace.egg-info/top_level.txt
causetrace/bde/__init__.py
causetrace/bde/behavior_generator.py
causetrace/bde/failure_injection.py
causetrace/bde/multi_agent_simulator.py
causetrace/bde/task_distribution.py
causetrace/crdd/__init__.py
causetrace/crdd/comparability.py
causetrace/crdd/comparability_score.py
causetrace/crdd/constraints.py
causetrace/crdd/execution_queue.py
causetrace/crdd/experiment_planner.py
causetrace/crdd/experimental_units.py
causetrace/crdd/feedback.py
causetrace/crdd/gap_analyzer.py
causetrace/crdd/scenario_mapper.py
causetrace/crdd/subset_builder.py
causetrace/crdd/subset_registry.py
causetrace/hooks/__init__.py
causetrace/hooks/aider_bridge.py
causetrace/hooks/claude_code.py
causetrace/hooks/claude_project_parser.py
causetrace/hooks/codex_parser.py
causetrace/hooks/codex_tailer.py
causetrace/hooks/continue_tailer.py
causetrace/hooks/copilot_tailer.py
causetrace/hooks/opencode_parser.py
causetrace/hooks/opencode_tailer.py
tests/test_codex_tailer.py
tests/test_dag_fixtures.py
tests/test_enrich.py
tests/test_hooks_integration.py
tests/test_invariants.py
tests/test_metadata_corpus_report.py
tests/test_onboarding.py
tests/test_opencode_enrich.py
tests/test_tailers_dedup.py