LICENSE
README.md
pyproject.toml
src/tfrev/__init__.py
src/tfrev/__main__.py
src/tfrev/cli.py
src/tfrev/client.py
src/tfrev/config.py
src/tfrev/diff_parser.py
src/tfrev/output.py
src/tfrev/plan_parser.py
src/tfrev/prompt.py
src/tfrev/py.typed
src/tfrev/response_parser.py
src/tfrev/tf_discovery.py
src/tfrev.egg-info/PKG-INFO
src/tfrev.egg-info/SOURCES.txt
src/tfrev.egg-info/dependency_links.txt
src/tfrev.egg-info/entry_points.txt
src/tfrev.egg-info/requires.txt
src/tfrev.egg-info/top_level.txt
src/tfrev/templates/system_prompt.txt
src/tfrev/templates/user_prompt.txt
tests/test_cli.py
tests/test_client.py
tests/test_config.py
tests/test_diff_parser.py
tests/test_output.py
tests/test_plan_parser.py
tests/test_prompt.py
tests/test_response_parser.py
tests/test_tf_discovery.py