README.md
pyproject.toml
orchestrator_auto/__init__.py
orchestrator_auto/__main__.py
orchestrator_auto/agents.py
orchestrator_auto/auth.py
orchestrator_auto/chat.py
orchestrator_auto/chat_backend.py
orchestrator_auto/cli.py
orchestrator_auto/commit_ai.py
orchestrator_auto/config.py
orchestrator_auto/convert.py
orchestrator_auto/db.py
orchestrator_auto/engine.py
orchestrator_auto/exceptions.py
orchestrator_auto/explore.py
orchestrator_auto/git.py
orchestrator_auto/input_handler.py
orchestrator_auto/logging_config.py
orchestrator_auto/output.py
orchestrator_auto/parser.py
orchestrator_auto/playwright_test.py
orchestrator_auto/prompts.py
orchestrator_auto/recovery.py
orchestrator_auto/secrets.py
orchestrator_auto/state.py
orchestrator_auto/telegram.py
orchestrator_auto/todo.py
orchestrator_auto/todo_parser.py
orchestrator_auto.egg-info/PKG-INFO
orchestrator_auto.egg-info/SOURCES.txt
orchestrator_auto.egg-info/dependency_links.txt
orchestrator_auto.egg-info/entry_points.txt
orchestrator_auto.egg-info/requires.txt
orchestrator_auto.egg-info/top_level.txt
orchestrator_auto/controllers/__init__.py
orchestrator_auto/controllers/queue_controller.py
orchestrator_auto/controllers/watch_controller.py
orchestrator_auto/io/__init__.py
orchestrator_auto/io/events.py
orchestrator_auto/io/input_provider.py
orchestrator_auto/resources/CLI_REFERENCE.md
orchestrator_auto/resources/CONFIGURATION.md
orchestrator_auto/resources/README.md
orchestrator_auto/resources/TROUBLESHOOTING.md
orchestrator_auto/resources/__init__.py
orchestrator_auto/tui/__init__.py
orchestrator_auto/tui/adapter.py
orchestrator_auto/tui/app.py
orchestrator_auto/tui/bindings.py
orchestrator_auto/tui/chat_adapter.py
orchestrator_auto/tui/chat_app.py
orchestrator_auto/tui/messages.py
orchestrator_auto/tui/queue_app.py
orchestrator_auto/tui/todo_app.py
orchestrator_auto/tui/watch_app.py
orchestrator_auto/tui/screens/__init__.py
orchestrator_auto/tui/screens/blocker_modal.py
orchestrator_auto/tui/screens/git_diff_screen.py
orchestrator_auto/tui/screens/help_screen.py
orchestrator_auto/tui/screens/session_picker.py
orchestrator_auto/tui/styles/theme.tcss
orchestrator_auto/tui/widgets/__init__.py
orchestrator_auto/tui/widgets/agent_output.py
orchestrator_auto/tui/widgets/agent_toggle_panel.py
orchestrator_auto/tui/widgets/chat_input_bar.py
orchestrator_auto/tui/widgets/chat_message_view.py
orchestrator_auto/tui/widgets/compact_milestone_row.py
orchestrator_auto/tui/widgets/compact_sidebar.py
orchestrator_auto/tui/widgets/git_panel.py
orchestrator_auto/tui/widgets/header_bar.py
orchestrator_auto/tui/widgets/input_modal.py
orchestrator_auto/tui/widgets/log_panel.py
orchestrator_auto/tui/widgets/milestone_list.py
orchestrator_auto/tui/widgets/progress_bar.py
orchestrator_auto/tui/widgets/queue_panel.py
orchestrator_auto/tui/widgets/stats_panel.py
orchestrator_auto/tui/widgets/status_bar.py
orchestrator_auto/tui/widgets/status_panel.py
orchestrator_auto/tui/widgets/subagent_panel.py
orchestrator_auto/tui/widgets/task_list.py
orchestrator_auto/tui/widgets/verbose_panel.py
orchestrator_auto/tui/widgets/watch_panel.py
orchestrator_auto/validation/__init__.py
orchestrator_auto/validation/api.py
orchestrator_auto/validation/base.py
orchestrator_auto/validation/performance.py
orchestrator_auto/validation/pipeline.py
orchestrator_auto/validation/security.py
tests/test_agents.py
tests/test_agents_chat.py
tests/test_auth.py
tests/test_chat.py
tests/test_chat_app.py
tests/test_chat_backend.py
tests/test_cli.py
tests/test_cli_chat.py
tests/test_cli_chat_mode.py
tests/test_commit_ai.py
tests/test_config.py
tests/test_controllers.py
tests/test_convert.py
tests/test_db.py
tests/test_engine.py
tests/test_error_handling.py
tests/test_explore.py
tests/test_git.py
tests/test_helper.py
tests/test_input_handler.py
tests/test_integration.py
tests/test_io_providers.py
tests/test_output.py
tests/test_parser.py
tests/test_prompts.py
tests/test_secrets.py
tests/test_state.py
tests/test_telegram.py
tests/test_todo.py
tests/test_todo_parser.py
tests/test_tui.py
tests/test_tui_compact_widgets.py
tests/test_validation.py