LICENSE
README.md
pyproject.toml
src/repodelta/__init__.py
src/repodelta/cli.py
src/repodelta/pipeline.py
src/repodelta.egg-info/PKG-INFO
src/repodelta.egg-info/SOURCES.txt
src/repodelta.egg-info/dependency_links.txt
src/repodelta.egg-info/entry_points.txt
src/repodelta.egg-info/requires.txt
src/repodelta.egg-info/top_level.txt
src/repodelta/assessment/__init__.py
src/repodelta/assessment/migration.py
src/repodelta/assessment/transformation.py
src/repodelta/changes/__init__.py
src/repodelta/changes/hunks.py
src/repodelta/closure/__init__.py
src/repodelta/closure/planning.py
src/repodelta/closure/scanning.py
src/repodelta/convergence/__init__.py
src/repodelta/convergence/core.py
src/repodelta/convergence/ordering.py
src/repodelta/convergence/structural.py
src/repodelta/convergence/transformation.py
src/repodelta/evaluation/__init__.py
src/repodelta/evaluation/comparison.py
src/repodelta/evaluation/core.py
src/repodelta/evaluation/shadow.py
src/repodelta/evaluation/structural_correctness.py
src/repodelta/facts/__init__.py
src/repodelta/facts/catalog.py
src/repodelta/facts/lexical.py
src/repodelta/facts/path_profile.py
src/repodelta/facts/transformation.py
src/repodelta/intake/__init__.py
src/repodelta/intake/fixture.py
src/repodelta/intake/github.py
src/repodelta/llm/__init__.py
src/repodelta/llm/admission.py
src/repodelta/llm/contracts.py
src/repodelta/llm/convergence.py
src/repodelta/llm/execution.py
src/repodelta/llm/labeling.py
src/repodelta/llm/openai.py
src/repodelta/llm/packet.py
src/repodelta/llm/provider.py
src/repodelta/llm/replay.py
src/repodelta/llm/runner.py
src/repodelta/model/__init__.py
src/repodelta/model/contracts.py
src/repodelta/model/predicate_refs.py
src/repodelta/model/structural_refs.py
src/repodelta/presentation/__init__.py
src/repodelta/presentation/html.py
src/repodelta/presentation/status.py
src/repodelta/projection/__init__.py
src/repodelta/projection/architecture.py
src/repodelta/projection/build.py
src/repodelta/projection/overview.py
src/repodelta/projection/structural_groups.py
src/repodelta/projection/structural_navigation.py
src/repodelta/projection/structural_overview.py
src/repodelta/projection/verification.py
src/repodelta/providers/__init__.py
src/repodelta/providers/codegraph.py
src/repodelta/providers/mapping.py
src/repodelta/providers/structural.py
src/repodelta/providers/workspace.py
src/repodelta/routing/__init__.py
src/repodelta/routing/association.py
src/repodelta/routing/candidates.py
src/repodelta/routing/coverage.py
src/repodelta/routing/focus_anchors.py
src/repodelta/routing/relations.py
src/repodelta/routing/semantics.py
src/repodelta/routing/transformation.py
src/repodelta/routing/transformation_subjects.py
src/repodelta/semantics/__init__.py
src/repodelta/semantics/criteria.py
src/repodelta/semantics/review.py
tests/test_association.py
tests/test_cli_github_auth.py
tests/test_cli_live_workspace.py
tests/test_cli_structural_mapping.py
tests/test_closure_planning.py
tests/test_closure_scanning.py
tests/test_codegraph_workspace.py
tests/test_convergence.py
tests/test_evaluation.py
tests/test_evidence_graph.py
tests/test_focus_membership.py
tests/test_github_adapter.py
tests/test_llm_openai_provider.py
tests/test_llm_shadow_admission.py
tests/test_llm_shadow_campaign.py
tests/test_llm_shadow_campaign_v2.py
tests/test_llm_shadow_comparison.py
tests/test_llm_shadow_contract.py
tests/test_llm_shadow_convergence.py
tests/test_llm_shadow_execution.py
tests/test_llm_shadow_labeling.py
tests/test_llm_shadow_packet.py
tests/test_llm_shadow_runner.py
tests/test_migration_assessment.py
tests/test_observed_transformation.py
tests/test_open_core.py
tests/test_overview.py
tests/test_pipeline_architecture.py
tests/test_product_identity.py
tests/test_projection.py
tests/test_repodelta_bot.py
tests/test_semantic_authority.py
tests/test_structural_correctness.py
tests/test_structural_correctness_campaign.py
tests/test_structural_graph.py
tests/test_structural_navigation.py
tests/test_structural_overview.py
tests/test_structural_ownership_changes.py
tests/test_structural_relation_changes.py
tests/test_structural_relation_groups.py
tests/test_structural_replacement_candidates.py
tests/test_transformation_alignment.py
tests/test_transformation_assessment.py
tests/test_transformation_closure.py
tests/test_transformation_subjects.py
tests/test_verification_projection.py
tests/test_workflow_actions.py