LICENSE
README.md
pyproject.toml
ai_engineering_supervisor.egg-info/PKG-INFO
ai_engineering_supervisor.egg-info/SOURCES.txt
ai_engineering_supervisor.egg-info/dependency_links.txt
ai_engineering_supervisor.egg-info/entry_points.txt
ai_engineering_supervisor.egg-info/requires.txt
ai_engineering_supervisor.egg-info/top_level.txt
ai_orchestrator/__init__.py
ai_orchestrator/__main__.py
ai_orchestrator/agents/__init__.py
ai_orchestrator/agents/base.py
ai_orchestrator/agents/claude.py
ai_orchestrator/agents/codex.py
ai_orchestrator/agents/factory.py
ai_orchestrator/agents/gemini.py
ai_orchestrator/agents/generic.py
ai_orchestrator/agents/kimi.py
ai_orchestrator/agents/mock.py
ai_orchestrator/autopilot/__init__.py
ai_orchestrator/autopilot/queue.py
ai_orchestrator/autopilot/worktree_overview.py
ai_orchestrator/cli/__init__.py
ai_orchestrator/cli/app.py
ai_orchestrator/config/__init__.py
ai_orchestrator/config/loader.py
ai_orchestrator/core/__init__.py
ai_orchestrator/core/decision.py
ai_orchestrator/core/fsm.py
ai_orchestrator/core/supervisor.py
ai_orchestrator/evaluation/__init__.py
ai_orchestrator/evaluation/golden.py
ai_orchestrator/memory/__init__.py
ai_orchestrator/memory/codebase.py
ai_orchestrator/policy/__init__.py
ai_orchestrator/policy/engine.py
ai_orchestrator/process/__init__.py
ai_orchestrator/process/runner.py
ai_orchestrator/reporting/__init__.py
ai_orchestrator/reporting/markdown.py
ai_orchestrator/storage/__init__.py
ai_orchestrator/storage/db.py
ai_orchestrator/storage/migrations.py
ai_orchestrator/storage/redaction.py
ai_orchestrator/tools/__init__.py
ai_orchestrator/tools/broker.py
ai_orchestrator/tools/calls.py
ai_orchestrator/tools/executors.py
ai_orchestrator/tools/types.py
ai_orchestrator/tui/__init__.py
ai_orchestrator/tui/app.py
ai_orchestrator/verification/__init__.py
ai_orchestrator/verification/release.py
ai_orchestrator/verification/runner.py
tests/test_adapter_contract.py
tests/test_agent_factory.py
tests/test_autopilot.py
tests/test_claude_agent.py
tests/test_cli.py
tests/test_codebase_memory.py
tests/test_codex_agent.py
tests/test_config.py
tests/test_decision.py
tests/test_evaluation.py
tests/test_generic_agent.py
tests/test_mock_agent.py
tests/test_policy.py
tests/test_process_runner.py
tests/test_real_agent_smoke.py
tests/test_release_checks.py
tests/test_reporting.py
tests/test_storage.py
tests/test_supervisor.py
tests/test_tool_broker.py
tests/test_tools.py
tests/test_verification.py
tests/test_version.py
tests/test_worktree_overview.py