LICENSE
README.md
pyproject.toml
agent_coordinator/__init__.py
agent_coordinator/__main__.py
agent_coordinator/cli.py
agent_coordinator/handoff_parser.py
agent_coordinator/models.py
agent_coordinator/task_store.py
agent_coordinator/workflow.py
agent_coordinator.egg-info/PKG-INFO
agent_coordinator.egg-info/SOURCES.txt
agent_coordinator.egg-info/dependency_links.txt
agent_coordinator.egg-info/entry_points.txt
agent_coordinator.egg-info/top_level.txt
agent_coordinator/application/__init__.py
agent_coordinator/application/prompt_builder.py
agent_coordinator/application/router.py
agent_coordinator/application/runner.py
agent_coordinator/application/task_classifier.py
agent_coordinator/application/task_service.py
agent_coordinator/domain/__init__.py
agent_coordinator/domain/lifecycle.py
agent_coordinator/domain/models.py
agent_coordinator/domain/retry_policy.py
agent_coordinator/helpers/__init__.py
agent_coordinator/helpers/__main__.py
agent_coordinator/helpers/create_task.py
agent_coordinator/helpers/import_plan.py
agent_coordinator/infrastructure/__init__.py
agent_coordinator/infrastructure/claude_runner.py
agent_coordinator/infrastructure/copilot_runner.py
agent_coordinator/infrastructure/diagnostic_log.py
agent_coordinator/infrastructure/editor.py
agent_coordinator/infrastructure/enhanced_input.py
agent_coordinator/infrastructure/event_log.py
agent_coordinator/infrastructure/generic_runner.py
agent_coordinator/infrastructure/handoff_reader.py
agent_coordinator/infrastructure/human_prompt.py
agent_coordinator/infrastructure/manual_runner.py
agent_coordinator/infrastructure/opencode_runner.py
agent_coordinator/infrastructure/output_display.py
agent_coordinator/infrastructure/pty_utils.py
agent_coordinator/infrastructure/session_store.py
agent_coordinator/infrastructure/startup_cli.py
agent_coordinator/infrastructure/task_repository.py
agent_coordinator/infrastructure/tui.py
agent_coordinator/infrastructure/workflow_state_repository.py
agent_coordinator/prompts/agent_template.md
agent_coordinator/prompts/architect.md
agent_coordinator/prompts/developer.md
agent_coordinator/prompts/planner_helper.md
agent_coordinator/prompts/qa_engineer.md
agent_coordinator/prompts/shared_rules.md
tests/test_claude_runner.py
tests/test_cli_coordinator_loop.py
tests/test_cli_functions.py
tests/test_coordinator_fixes.py
tests/test_copilot_runner.py
tests/test_diagnostic_log.py
tests/test_editor.py
tests/test_enhanced_input.py
tests/test_event_log.py
tests/test_generic_runner.py
tests/test_generic_runner_extended.py
tests/test_handoff_parser.py
tests/test_handoff_parser_extended.py
tests/test_handoff_reader.py
tests/test_human_prompt.py
tests/test_human_prompt_extended.py
tests/test_import_plan.py
tests/test_import_plan_extended.py
tests/test_lifecycle.py
tests/test_manual_runner.py
tests/test_opencode_runner.py
tests/test_prompt_builder.py
tests/test_pty_utils.py
tests/test_pty_utils_extended.py
tests/test_retry_policy.py
tests/test_router.py
tests/test_runners.py
tests/test_session_store.py
tests/test_startup_cli.py
tests/test_task_repository.py
tests/test_task_service.py
tests/test_task_service_status.py
tests/test_task_state.py
tests/test_tui.py
tests/test_tui_rendering.py
tests/test_visual_tui.py
tests/test_workflow.py
tests/test_workflow_state_repository.py