LICENSE
README.md
pyproject.toml
src/codetour_cli/__init__.py
src/codetour_cli/cli.py
src/codetour_cli/config.py
src/codetour_cli/description_validator.py
src/codetour_cli/detection.py
src/codetour_cli/discovery.py
src/codetour_cli/lint.py
src/codetour_cli/review_parser.py
src/codetour_cli/schema_models.py
src/codetour_cli.egg-info/PKG-INFO
src/codetour_cli.egg-info/SOURCES.txt
src/codetour_cli.egg-info/dependency_links.txt
src/codetour_cli.egg-info/entry_points.txt
src/codetour_cli.egg-info/requires.txt
src/codetour_cli.egg-info/top_level.txt
src/codetour_cli/logging/__init__.py
src/codetour_cli/logging/setup.py
src/codetour_cli/migration/__init__.py
src/codetour_cli/migration/direct.py
src/codetour_cli/migration/git_diff.py
src/codetour_cli/migration/stepwise.py
src/codetour_cli/tour/__init__.py
src/codetour_cli/tour/schema.py
src/codetour_cli/tour/updater.py
tests/test_advanced_scenarios.py
tests/test_apply_review_surgical_integration.py
tests/test_description_validation.py
tests/test_detection.py
tests/test_direct_migration.py
tests/test_fuzzy_repo_calibration.py
tests/test_git_diff_parser.py
tests/test_harness.py
tests/test_integration.py
tests/test_lint.py
tests/test_lint_cli.py
tests/test_logging_setup.py
tests/test_pattern_validation.py
tests/test_post_migration_lint.py
tests/test_review_roundtrip.py
tests/test_scenarios.py
tests/test_schema_validation.py
tests/test_stepwise_migration.py
tests/test_synthetic_repo_migration_engine.py
tests/test_templates.py
tests/test_tour_schema.py
tests/test_tour_updater.py