LICENSE
README.md
pyproject.toml
src/plantod/__init__.py
src/plantod/artifacts.py
src/plantod/cli.py
src/plantod/config.py
src/plantod/conversation.py
src/plantod/executor.py
src/plantod/gitutil.py
src/plantod/interactive.py
src/plantod/locking.py
src/plantod/menu.py
src/plantod/orchestrator.py
src/plantod/parsing.py
src/plantod/planner.py
src/plantod/preflight.py
src/plantod/repo.py
src/plantod/retry.py
src/plantod/reviewer.py
src/plantod/schemas.py
src/plantod/scope.py
src/plantod/state.py
src/plantod/testrunner.py
src/plantod/ui.py
src/plantod/usage.py
src/plantod.egg-info/PKG-INFO
src/plantod.egg-info/SOURCES.txt
src/plantod.egg-info/dependency_links.txt
src/plantod.egg-info/entry_points.txt
src/plantod.egg-info/requires.txt
src/plantod.egg-info/top_level.txt
src/plantod/adapters/__init__.py
src/plantod/adapters/base.py
src/plantod/adapters/cliagent.py
src/plantod/adapters/mock.py
src/plantod/adapters/registry.py
tests/test_artifacts.py
tests/test_cliagent.py
tests/test_config.py
tests/test_conversation.py
tests/test_escalation.py
tests/test_guards.py
tests/test_hardening.py
tests/test_menu.py
tests/test_mode.py
tests/test_model_list.py
tests/test_orchestrator_mock.py
tests/test_preflight.py
tests/test_scope.py
tests/test_state_machine.py
tests/test_usage.py