LICENSE
README.md
pyproject.toml
src/gotg/__init__.py
src/gotg/agent.py
src/gotg/approvals.py
src/gotg/cli.py
src/gotg/config.py
src/gotg/console_events.py
src/gotg/context.py
src/gotg/conversation.py
src/gotg/engine.py
src/gotg/errors.py
src/gotg/events.py
src/gotg/explore.py
src/gotg/fileguard.py
src/gotg/implementation.py
src/gotg/migration.py
src/gotg/phases.py
src/gotg/policy.py
src/gotg/prompts.py
src/gotg/providers.py
src/gotg/scaffold.py
src/gotg/session.py
src/gotg/session_advance.py
src/gotg/session_review.py
src/gotg/session_setup.py
src/gotg/session_types.py
src/gotg/tasks.py
src/gotg/tools.py
src/gotg/transitions.py
src/gotg/types.py
src/gotg/worktree.py
src/gotg.egg-info/PKG-INFO
src/gotg.egg-info/SOURCES.txt
src/gotg.egg-info/dependency_links.txt
src/gotg.egg-info/entry_points.txt
src/gotg.egg-info/requires.txt
src/gotg.egg-info/top_level.txt
src/gotg/commands/__init__.py
src/gotg/commands/admin.py
src/gotg/commands/advance.py
src/gotg/commands/explore.py
src/gotg/commands/review.py
src/gotg/commands/run.py
src/gotg/data/__init__.py
src/gotg/data/default_prompts.toml
src/gotg/model/__init__.py
src/gotg/model/anthropic.py
src/gotg/model/helpers.py
src/gotg/model/openai.py
src/gotg/model/routing.py
src/gotg/model/types.py
src/gotg/tui/__init__.py
src/gotg/tui/app.py
src/gotg/tui/data.py
src/gotg/tui/helpers.py
src/gotg/tui/messages.py
src/gotg/tui/styles.tcss
src/gotg/tui/modals/__init__.py
src/gotg/tui/modals/agent_edit.py
src/gotg/tui/modals/confirm.py
src/gotg/tui/modals/decision.py
src/gotg/tui/modals/edit_iteration.py
src/gotg/tui/modals/iteration_proposals.py
src/gotg/tui/modals/text_input.py
src/gotg/tui/screens/__init__.py
src/gotg/tui/screens/approval.py
src/gotg/tui/screens/chat.py
src/gotg/tui/screens/conflict.py
src/gotg/tui/screens/help.py
src/gotg/tui/screens/home.py
src/gotg/tui/screens/review.py
src/gotg/tui/screens/settings.py
src/gotg/tui/screens/task_assign.py
src/gotg/tui/widgets/__init__.py
src/gotg/tui/widgets/action_bar.py
src/gotg/tui/widgets/content_viewer.py
src/gotg/tui/widgets/info_tile.py
src/gotg/tui/widgets/message_list.py
src/gotg/tui/widgets/participant_panel.py
tests/test_agent.py
tests/test_approvals.py
tests/test_behavior_contracts.py
tests/test_cli.py
tests/test_config.py
tests/test_context.py
tests/test_conversation.py
tests/test_e2e_quality_gate.py
tests/test_engine.py
tests/test_exploration_context.py
tests/test_exploration_outcomes.py
tests/test_explore.py
tests/test_fileguard.py
tests/test_implementation.py
tests/test_migration.py
tests/test_model.py
tests/test_phases.py
tests/test_policy.py
tests/test_prompts.py
tests/test_resume_state.py
tests/test_rework.py
tests/test_scaffold.py
tests/test_session.py
tests/test_session_review.py
tests/test_session_split.py
tests/test_smoke.py
tests/test_streaming.py
tests/test_tasks.py
tests/test_tasks_io.py
tests/test_tools.py
tests/test_transitions.py
tests/test_tui_advance.py
tests/test_tui_app.py
tests/test_tui_approvals.py
tests/test_tui_conflict.py
tests/test_tui_data.py
tests/test_tui_decision.py
tests/test_tui_diff_viewer.py
tests/test_tui_iter10.py
tests/test_tui_iter6.py
tests/test_tui_iter7.py
tests/test_tui_iter9.py
tests/test_tui_live.py
tests/test_tui_review.py
tests/test_tui_review_chat.py
tests/test_tui_settings.py
tests/test_tui_task_assign.py
tests/test_worktree.py