README.md
pyproject.toml
planner_auto/__init__.py
planner_auto/agents.py
planner_auto/cli.py
planner_auto/context_service.py
planner_auto/db.py
planner_auto/errors.py
planner_auto/export.py
planner_auto/git_utils.py
planner_auto/inspect.py
planner_auto/logging.py
planner_auto/prompts.py
planner_auto/review_workflow.py
planner_auto/sdk_wrapper.py
planner_auto/session.py
planner_auto/state.py
planner_auto/validation.py
planner_auto.egg-info/PKG-INFO
planner_auto.egg-info/SOURCES.txt
planner_auto.egg-info/dependency_links.txt
planner_auto.egg-info/entry_points.txt
planner_auto.egg-info/requires.txt
planner_auto.egg-info/top_level.txt
planner_auto/loop/__init__.py
planner_auto/loop/convergence.py
planner_auto/loop/engine.py
planner_auto/loop/feedback.py
planner_auto/loop/history.py
planner_auto/reviewer/__init__.py
planner_auto/reviewer/contract.py
planner_auto/reviewer/direct_api.py
planner_auto/reviewer/parser.py
planner_auto/reviewer/prompts.py
planner_auto/tui/__init__.py
planner_auto/tui/adapter.py
planner_auto/tui/bindings.py
planner_auto/tui/messages.py
planner_auto/tui/review_app.py
planner_auto/tui/review_handlers.py
planner_auto/tui/session_app.py
planner_auto/tui/session_bindings.py
planner_auto/tui/session_messages.py
planner_auto/tui/screens/__init__.py
planner_auto/tui/screens/blocker_screen.py
planner_auto/tui/screens/disposition_screen.py
planner_auto/tui/screens/file_input_screen.py
planner_auto/tui/screens/help_screen.py
planner_auto/tui/screens/note_input_screen.py
planner_auto/tui/screens/plan_screen.py
planner_auto/tui/screens/raw_response_screen.py
planner_auto/tui/styles/theme.tcss
planner_auto/tui/widgets/__init__.py
planner_auto/tui/widgets/chat_view.py
planner_auto/tui/widgets/compact_phase_bar.py
planner_auto/tui/widgets/context_list.py
planner_auto/tui/widgets/convergence_panel.py
planner_auto/tui/widgets/current_round.py
planner_auto/tui/widgets/generation_progress.py
planner_auto/tui/widgets/log_panel.py
planner_auto/tui/widgets/phase_list.py
planner_auto/tui/widgets/plan_panel.py
planner_auto/tui/widgets/plan_view.py
planner_auto/tui/widgets/result_summary.py
planner_auto/tui/widgets/round_detail.py
planner_auto/tui/widgets/round_list.py
planner_auto/tui/widgets/session_panel.py
tests/test_agents.py
tests/test_backend_wiring.py
tests/test_check.py
tests/test_cli.py
tests/test_context.py
tests/test_context_service.py
tests/test_contract.py
tests/test_convergence.py
tests/test_db.py
tests/test_db_v2.py
tests/test_direct_api.py
tests/test_direct_backend.py
tests/test_engine.py
tests/test_error_diagnostics.py
tests/test_export.py
tests/test_git_utils.py
tests/test_init.py
tests/test_inspect.py
tests/test_logging.py
tests/test_loop_output.py
tests/test_parser.py
tests/test_review_cli.py
tests/test_review_export.py
tests/test_review_handlers.py
tests/test_review_workflow.py
tests/test_sdk_wrapper.py
tests/test_sdk_wrapper_v2.py
tests/test_session.py
tests/test_session_cli.py
tests/test_session_tui_blocker.py
tests/test_session_tui_complete.py
tests/test_session_tui_context.py
tests/test_session_tui_discuss.py
tests/test_session_tui_planning.py
tests/test_session_tui_review.py
tests/test_session_tui_shell.py
tests/test_structured_logging.py
tests/test_tui_adapter.py
tests/test_tui_keybindings.py
tests/test_tui_live.py
tests/test_tui_messages.py
tests/test_tui_screens.py
tests/test_validation.py