pyproject.toml
setup.py
remoroo/__init__.py
remoroo/auth.py
remoroo/cli.py
remoroo/configs.py
remoroo/http_transport.py
remoroo/ids.py
remoroo/paths.py
remoroo/prompts.py
remoroo/repo_packer.py
remoroo/run_local.py
remoroo/run_remote.py
remoroo/worker_cmd.py
remoroo.egg-info/PKG-INFO
remoroo.egg-info/SOURCES.txt
remoroo.egg-info/dependency_links.txt
remoroo.egg-info/entry_points.txt
remoroo.egg-info/requires.txt
remoroo.egg-info/top_level.txt
remoroo/engine/Dockerfile
remoroo/engine/__init__.py
remoroo/engine/harness.py
remoroo/engine/local_worker.py
remoroo/engine/protocol.py
remoroo/engine/sandbox.py
remoroo/engine/schemas.py
remoroo/engine/venv_sandbox.py
remoroo/engine/core/applier.py
remoroo/engine/core/command_discovery.py
remoroo/engine/core/context_packer.py
remoroo/engine/core/env_setup.py
remoroo/engine/core/executor.py
remoroo/engine/core/repo_indexer.py
remoroo/engine/core/worker.py
remoroo/engine/utils/__init__.py
remoroo/engine/utils/configs.py
remoroo/engine/utils/doctor.py
remoroo/engine/utils/file_access_tracker.py
remoroo/engine/utils/fs_utils.py
remoroo/engine/utils/log_packer.py
remoroo/engine/utils/syntax_validator.py
remoroo/engine/utils/system_interface.py
remoroo/execution/__init__.py
remoroo/execution/configs.py
remoroo/execution/context_selector.py
remoroo/execution/env_doctor.py
remoroo/execution/file_access_tracker.py
remoroo/execution/import_diagnostics.py
remoroo/execution/instrumentation_pipeline.py
remoroo/execution/instrumentation_targets.py
remoroo/execution/metrics_utils.py
remoroo/execution/repo_manager.py
remoroo/execution/scan_repo.py
remoroo/runtime/monitor.py
tests/test_smoke.py