README.md
pyproject.toml
src/pytk_ai/__init__.py
src/pytk_ai/__main__.py
src/pytk_ai/cli.py
src/pytk_ai/config.py
src/pytk_ai/models.py
src/pytk_ai/rewrite.py
src/pytk_ai/runner.py
src/pytk_ai/subprocess_utils.py
src/pytk_ai.egg-info/PKG-INFO
src/pytk_ai.egg-info/SOURCES.txt
src/pytk_ai.egg-info/dependency_links.txt
src/pytk_ai.egg-info/entry_points.txt
src/pytk_ai.egg-info/requires.txt
src/pytk_ai.egg-info/top_level.txt
src/pytk_ai/data/__init__.py
src/pytk_ai/data/filters/__init__.py
src/pytk_ai/data/filters/builtin_filters.toml
src/pytk_ai/filters/__init__.py
src/pytk_ai/filters/base.py
src/pytk_ai/filters/build.py
src/pytk_ai/filters/dotnet.py
src/pytk_ai/filters/files.py
src/pytk_ai/filters/formatters.py
src/pytk_ai/filters/generic.py
src/pytk_ai/filters/git.py
src/pytk_ai/filters/github_api.py
src/pytk_ai/filters/go.py
src/pytk_ai/filters/gt.py
src/pytk_ai/filters/infra.py
src/pytk_ai/filters/packages.py
src/pytk_ai/filters/policy.py
src/pytk_ai/filters/psql.py
src/pytk_ai/filters/python.py
src/pytk_ai/filters/ruby.py
src/pytk_ai/filters/system.py
src/pytk_ai/filters/system_tools.py
src/pytk_ai/filters/tests.py
src/pytk_ai/filters/toml_fallback.py
src/pytk_ai/plan/__init__.py
src/pytk_ai/plan/execution_rewrites.py
src/pytk_ai/plan/models.py
src/pytk_ai/plan/normalize.py
src/pytk_ai/plan/planner.py
src/pytk_ai/plan/rules.py
src/pytk_ai/plan/scanner.py
tests/test_benchmarks_runner.py
tests/test_benchmarks_update_readme.py
tests/test_cli_run.py
tests/test_filters_build.py
tests/test_filters_dotnet.py
tests/test_filters_files.py
tests/test_filters_generic.py
tests/test_filters_git.py
tests/test_filters_github_api.py
tests/test_filters_go.py
tests/test_filters_gt.py
tests/test_filters_infra.py
tests/test_filters_metadata.py
tests/test_filters_packages.py
tests/test_filters_psql.py
tests/test_filters_python.py
tests/test_filters_ruby.py
tests/test_filters_system.py
tests/test_filters_system_tools.py
tests/test_filters_tests.py
tests/test_fixtures_build.py
tests/test_fixtures_files.py
tests/test_fixtures_generic.py
tests/test_fixtures_git.py
tests/test_fixtures_go.py
tests/test_fixtures_infra.py
tests/test_fixtures_packages.py
tests/test_fixtures_python.py
tests/test_fixtures_ruby.py
tests/test_fixtures_system.py
tests/test_fixtures_tests.py
tests/test_live_git.py
tests/test_live_python.py
tests/test_live_system.py
tests/test_plan_execution_rewrites.py
tests/test_plan_normalize.py
tests/test_plan_planner.py
tests/test_plan_rules.py
tests/test_plan_scanner.py
tests/test_runner.py