LICENSE
README.md
pyproject.toml
sentinel_supervisor.egg-info/PKG-INFO
sentinel_supervisor.egg-info/SOURCES.txt
sentinel_supervisor.egg-info/dependency_links.txt
sentinel_supervisor.egg-info/entry_points.txt
sentinel_supervisor.egg-info/requires.txt
sentinel_supervisor.egg-info/top_level.txt
supervisor/__init__.py
supervisor/_build.py
supervisor/adversary_agent.py
supervisor/approval_triage.py
supervisor/approvals.py
supervisor/appserver.py
supervisor/coder.py
supervisor/config_editor.py
supervisor/controller.py
supervisor/doctor.py
supervisor/health.py
supervisor/main.py
supervisor/policy.py
supervisor/project_config.py
supervisor/state.py
supervisor/supervisor_agent.py
supervisor/task_select.py
supervisor/tui.py
supervisor/update_check.py
supervisor/workspace_clean.py
supervisor/prompts/__init__.py
supervisor/prompts/prompts.toml
supervisor/prompts/supervisor.py
supervisor/schemas/__init__.py
supervisor/schemas/models.py
tests/test_adversary_agent.py
tests/test_approvals.py
tests/test_appserver.py
tests/test_cli_entrypoint.py
tests/test_cli_model_flags.py
tests/test_cli_update.py
tests/test_completion_knowledge.py
tests/test_config_editor_render.py
tests/test_doctor.py
tests/test_policy.py
tests/test_project_config.py
tests/test_schemas.py
tests/test_sentinel_state.py
tests/test_state_health.py
tests/test_supervisor_agent.py
tests/test_task_select.py
tests/test_tui.py
tests/test_update_check.py
tests/test_workspace_clean.py