LICENSE
README.md
pyproject.toml
src/regatta/__init__.py
src/regatta/__main__.py
src/regatta/actions.py
src/regatta/adapt.py
src/regatta/cli.py
src/regatta/cli_argv.py
src/regatta/cli_config.py
src/regatta/cli_parser.py
src/regatta/commands_dashboard.py
src/regatta/commands_run.py
src/regatta/control_room.py
src/regatta/dashboard.py
src/regatta/discord_bridge.py
src/regatta/doctor.py
src/regatta/git_ops.py
src/regatta/hooks.py
src/regatta/lifecycle.py
src/regatta/mission_cache.py
src/regatta/mission_textual.py
src/regatta/mission_widgets.py
src/regatta/orchestrator.py
src/regatta/plans.py
src/regatta/providers.py
src/regatta/regatta_cli.py
src/regatta/regattactl.py
src/regatta/render_events.py
src/regatta/render_header.py
src/regatta/render_theme.py
src/regatta/render_workers.py
src/regatta/spawn_script.py
src/regatta/state.py
src/regatta/tmux.py
src/regatta/ui_render.py
src/regatta/ui_snapshot.py
src/regatta/worktree.py
src/regatta.egg-info/PKG-INFO
src/regatta.egg-info/SOURCES.txt
src/regatta.egg-info/dependency_links.txt
src/regatta.egg-info/entry_points.txt
src/regatta.egg-info/requires.txt
src/regatta.egg-info/top_level.txt
src/regatta/plans/example_plan.yaml
src/regatta/prompts/foreman_prompt.md
tests/test_actions.py
tests/test_cli.py
tests/test_discord_bridge.py
tests/test_doctor.py
tests/test_export.py
tests/test_hooks.py
tests/test_logs.py
tests/test_mission_cache.py
tests/test_note.py
tests/test_orchestrator.py
tests/test_plans.py
tests/test_providers.py
tests/test_regatta_cli.py
tests/test_ship.py
tests/test_smoke.py
tests/test_stale_hook.py
tests/test_state.py
tests/test_time_tracking.py
tests/test_tmux.py
tests/test_ui_snapshot.py