LICENSE
README.md
pyproject.toml
agent_maestro/__init__.py
agent_maestro/__main__.py
agent_maestro/cli.py
agent_maestro/config.py
agent_maestro/protocol.py
agent_maestro/queue.py
agent_maestro/watcher.py
agent_maestro.egg-info/PKG-INFO
agent_maestro.egg-info/SOURCES.txt
agent_maestro.egg-info/dependency_links.txt
agent_maestro.egg-info/entry_points.txt
agent_maestro.egg-info/requires.txt
agent_maestro.egg-info/top_level.txt
agent_maestro/runners/__init__.py
agent_maestro/runners/base.py
agent_maestro/runners/copilot_runner.py
agent_maestro/scaffold/agents/implementer.agent.md
agent_maestro/scaffold/agents/orchestrator.agent.md
agent_maestro/scaffold/agents/reviewer.agent.md
agent_maestro/scaffold/agents/tester.agent.md
tests/test_atomic_save.py
tests/test_concurrent_claim.py
tests/test_config.py
tests/test_copilot_runner_safety.py
tests/test_e2e.py
tests/test_malformed_task_quarantine.py
tests/test_protocol.py
tests/test_queue.py
tests/test_queue_concurrency.py
tests/test_success.py