LICENSE
README.md
pyproject.toml
src/robopilot/__init__.py
src/robopilot/main.py
src/robopilot.egg-info/PKG-INFO
src/robopilot.egg-info/SOURCES.txt
src/robopilot.egg-info/dependency_links.txt
src/robopilot.egg-info/entry_points.txt
src/robopilot.egg-info/requires.txt
src/robopilot.egg-info/top_level.txt
src/robopilot/api/__init__.py
src/robopilot/api/apply.py
src/robopilot/api/migration.py
src/robopilot/api/models.py
src/robopilot/api/project.py
src/robopilot/api/static_analysis.py
src/robopilot/apply/__init__.py
src/robopilot/apply/apply_plan.py
src/robopilot/apply_plan/__init__.py
src/robopilot/apply_plan/plan.py
src/robopilot/apply_preview/__init__.py
src/robopilot/apply_preview/preview.py
src/robopilot/debugger/__init__.py
src/robopilot/debugger/log_analyzer.py
src/robopilot/deps/__init__.py
src/robopilot/deps/analyzer.py
src/robopilot/detector/__init__.py
src/robopilot/detector/project_detector.py
src/robopilot/diff/__init__.py
src/robopilot/diff/spec_diff.py
src/robopilot/generator/__init__.py
src/robopilot/generator/project_generator.py
src/robopilot/generator/project_spec.py
src/robopilot/generator/task_classifier.py
src/robopilot/generator/template_registry.py
src/robopilot/generator/templates.py
src/robopilot/graph/__init__.py
src/robopilot/graph/mermaid_generator.py
src/robopilot/history/__init__.py
src/robopilot/history/journal.py
src/robopilot/inspector/__init__.py
src/robopilot/inspector/project_inspector.py
src/robopilot/migration/__init__.py
src/robopilot/migration/plan_diff.py
src/robopilot/migration/plan_validator.py
src/robopilot/migration/preview.py
src/robopilot/migration/ros1_to_ros2.py
src/robopilot/migration/scaffold_generator.py
src/robopilot/migration/scaffold_preview.py
src/robopilot/migration/scaffold_validator.py
src/robopilot/planner/__init__.py
src/robopilot/planner/base.py
src/robopilot/planner/llm_planner.py
src/robopilot/planner/openai_client.py
src/robopilot/planner/prompts.py
src/robopilot/planner/provider_config.py
src/robopilot/planner/rule_based_planner.py
src/robopilot/refiner/__init__.py
src/robopilot/refiner/llm_refiner.py
src/robopilot/refiner/spec_refiner.py
src/robopilot/repair/__init__.py
src/robopilot/repair/repair_suggester.py
src/robopilot/report/__init__.py
src/robopilot/report/project_report.py
src/robopilot/rollback/__init__.py
src/robopilot/rollback/rollback.py
src/robopilot/ros1/__init__.py
src/robopilot/ros1/inspector.py
src/robopilot/ros2/__init__.py
src/robopilot/ros2/inspector.py
src/robopilot/spec/__init__.py
src/robopilot/spec/io.py
src/robopilot/spec/validator.py
src/robopilot/utils/__init__.py
src/robopilot/utils/file_ops.py
tests/test_api_layer.py
tests/test_apply_plan.py
tests/test_apply_plan_execution.py
tests/test_apply_preview.py
tests/test_dependency_analyzer.py
tests/test_history.py
tests/test_json_contracts.py
tests/test_llm_refiner.py
tests/test_log_analyzer.py
tests/test_mermaid_generator.py
tests/test_migration_plan_diff.py
tests/test_migration_plan_validate.py
tests/test_migration_preview.py
tests/test_migration_scaffold_generator.py
tests/test_migration_scaffold_preview.py
tests/test_migration_scaffold_validator.py
tests/test_planner.py
tests/test_project_detector.py
tests/test_project_generator.py
tests/test_project_inspector.py
tests/test_project_report.py
tests/test_repair_suggester.py
tests/test_rollback.py
tests/test_ros1_inspector.py
tests/test_ros1_to_ros2_migration_plan.py
tests/test_ros2_inspector.py
tests/test_spec_diff.py
tests/test_spec_refiner.py
tests/test_spec_workflow.py
tests/test_task_classifier.py