LICENSE
README.md
pyproject.toml
rebuild/__init__.py
rebuild/__main__.py
rebuild.egg-info/PKG-INFO
rebuild.egg-info/SOURCES.txt
rebuild.egg-info/dependency_links.txt
rebuild.egg-info/entry_points.txt
rebuild.egg-info/requires.txt
rebuild.egg-info/top_level.txt
rebuild/analysis/duplication_engine.py
rebuild/analysis/git_truth_analyzer.py
rebuild/analysis/graph_exporter.py
rebuild/analysis/service_graph.py
rebuild/analysis/service_similarity.py
rebuild/analysis/vector_search.py
rebuild/application/__init__.py
rebuild/application/accelerated_pipeline.py
rebuild/application/base_pipeline.py
rebuild/application/pipeline.py
rebuild/application/commands/__init__.py
rebuild/application/commands/analyze_commands.py
rebuild/application/commands/base.py
rebuild/application/commands/snapshot_commands.py
rebuild/application/commands/walk_commands.py
rebuild/application/queries/__init__.py
rebuild/application/queries/base.py
rebuild/application/queries/walk_queries.py
rebuild/application/services/accelerator_deploy.py
rebuild/application/services/base.py
rebuild/application/services/db_snapshot_manager.py
rebuild/application/services/deploy_service.py
rebuild/application/services/deploy_strategy.py
rebuild/application/services/endpoint_trend_service.py
rebuild/application/services/event_service.py
rebuild/application/services/git_service.py
rebuild/application/services/history_service.py
rebuild/application/services/llm_service.py
rebuild/application/services/nlp_service.py
rebuild/application/services/notification_service.py
rebuild/application/services/override_service.py
rebuild/application/services/parallel_test_engine.py
rebuild/application/services/patcher_service.py
rebuild/application/services/pr_service.py
rebuild/application/services/regression_service.py
rebuild/application/services/reporter_service.py
rebuild/application/services/restore_service.py
rebuild/application/services/scanner_service.py
rebuild/application/services/screenshot_service.py
rebuild/application/services/smart_test_selector.py
rebuild/application/services/summary_service.py
rebuild/application/services/test_service.py
rebuild/application/services/tui_data_service.py
rebuild/application/services/worktree_manager.py
rebuild/application/services/reporting/__init__.py
rebuild/application/services/reporting/_html_assets.py
rebuild/application/services/reporting/chart_builder.py
rebuild/application/services/reporting/day_html.py
rebuild/application/services/reporting/formatters.py
rebuild/application/services/reporting/reporter.py
rebuild/application/services/reporting/summary_export.py
rebuild/application/services/reporting/timeline_html.py
rebuild/domain/__init__.py
rebuild/domain/commit.py
rebuild/domain/context.py
rebuild/domain/day_result.py
rebuild/domain/dsl.py
rebuild/domain/dsl_v2.py
rebuild/domain/endpoint.py
rebuild/domain/events.py
rebuild/domain/models.py
rebuild/domain/mvp_protocol.py
rebuild/domain/timeline.py
rebuild/domain/events/__init__.py
rebuild/domain/events/domain_events.py
rebuild/infrastructure/__init__.py
rebuild/infrastructure/config_loader.py
rebuild/infrastructure/config_schema.py
rebuild/infrastructure/event_bus.py
rebuild/infrastructure/event_store.py
rebuild/infrastructure/http_adapter.py
rebuild/infrastructure/shell_adapter.py
rebuild/interfaces/__init__.py
rebuild/interfaces/cli.py
rebuild/interfaces/cli_new.py
rebuild/interfaces/dashboard.py
rebuild/interfaces/evolution_viz.py
rebuild/interfaces/api/__init__.py
rebuild/interfaces/api/app.py
rebuild/interfaces/api/metrics.py
rebuild/interfaces/commands/__init__.py
rebuild/interfaces/commands/analyze_command.py
rebuild/interfaces/commands/helpers.py
rebuild/interfaces/commands/refactor_command.py
rebuild/interfaces/commands/walk_command.py
rebuild/interfaces/commands/watch_command.py
rebuild/interfaces/tui/__init__.py
rebuild/interfaces/tui/app.py
rebuild/interfaces/tui/compat.py
rebuild/interfaces/tui/screens/__init__.py
rebuild/interfaces/tui/screens/endpoint_screens.py
rebuild/interfaces/tui/screens/help_screen.py
rebuild/interfaces/tui/screens/history_screen.py
rebuild/interfaces/tui/screens/project_screen.py
rebuild/interfaces/tui/screens/restore_screen.py
rebuild/interfaces/tui/screens/walk_screens.py
rebuild/plugins/__init__.py
rebuild/plugins/base.py
rebuild/plugins/registry.py
rebuild/refactor/recommendation_engine.py
rebuild/refactor/refactor_executor.py
tests/test_accelerated_pipeline.py
tests/test_accelerator_deploy.py
tests/test_accelerator_extra.py
tests/test_analysis_engine.py
tests/test_api_app.py
tests/test_cli_commands.py
tests/test_coverage_boost.py
tests/test_coverage_phase16.py
tests/test_cqrs_arch.py
tests/test_db_snapshot_extra.py
tests/test_deploy_service.py
tests/test_domain_infra.py
tests/test_e2e_dsl_nlp_mvp.py
tests/test_e2e_git_accelerator.py
tests/test_e2e_notification_snapshot.py
tests/test_e2e_pipeline.py
tests/test_e2e_tui.py
tests/test_endpoint_trend_service.py
tests/test_git_helpers_extra.py
tests/test_git_service.py
tests/test_history_service.py
tests/test_interfaces_smoke.py
tests/test_metrics.py
tests/test_models.py
tests/test_notification_service.py
tests/test_pipeline.py
tests/test_pipeline_extra.py
tests/test_plugins.py
tests/test_reporter_service.py
tests/test_restore_override.py
tests/test_restore_service.py
tests/test_scanner_service.py
tests/test_services_extra.py
tests/test_smart_screenshot.py
tests/test_snapshot_lru.py
tests/test_test_service.py
tests/test_walk_command_config_precedence.py
tests/test_watch_command.py
tests/test_worktree_db.py