LICENSE
README.md
pyproject.toml
gitpr_cli.egg-info/PKG-INFO
gitpr_cli.egg-info/SOURCES.txt
gitpr_cli.egg-info/dependency_links.txt
gitpr_cli.egg-info/entry_points.txt
gitpr_cli.egg-info/requires.txt
gitpr_cli.egg-info/top_level.txt
src/__init__.py
src/ai_providers.py
src/blame_engine.py
src/cache.py
src/changelog_builder.py
src/chat_memory.py
src/commit_classifier.py
src/config.py
src/config_schema.py
src/core.py
src/diff_parser.py
src/doc_links.py
src/github_api.py
src/i18n.py
src/issue_engine.py
src/linter_engine.py
src/linter_wizard.py
src/main.py
src/mcp_server.py
src/metrics.py
src/net.py
src/release_engine.py
src/reviewer_suggestion.py
src/security.py
src/spinner.py
src/suggest_reviewers.py
src/tui_issue.py
src/updater.py
src/usage_log.py
src/version_bump.py
src/infrastructure/__init__.py
src/infrastructure/scm/__init__.py
src/infrastructure/scm/azure_devops_provider.py
src/infrastructure/scm/base.py
src/infrastructure/scm/bitbucket_provider.py
src/infrastructure/scm/factory.py
src/infrastructure/scm/github_provider.py
src/infrastructure/scm/gitlab_provider.py
src/ui/__init__.py
src/ui/chat_app.py
src/ui/config_app.py
src/ui/help_screen.py
src/ui/issue_app.py
src/ui/linter_app.py
src/ui/metrics_app.py
src/ui/pr_publish_app.py
src/ui/pr_publish_help.py
tests/test_blame_engine_ranges.py
tests/test_blame_metrics.py
tests/test_changelog_builder.py
tests/test_chat_backend.py
tests/test_commit_classifier.py
tests/test_config_app.py
tests/test_config_cli.py
tests/test_config_schema.py
tests/test_config_store.py
tests/test_config_suggest_reviewers.py
tests/test_config_validation.py
tests/test_core.py
tests/test_diff_parser.py
tests/test_external_linters.py
tests/test_i18n.py
tests/test_install_wizard.py
tests/test_issue_engine.py
tests/test_linter_metrics.py
tests/test_linter_presets.py
tests/test_main_suggest_reviewers.py
tests/test_mcp_prompts.py
tests/test_mcp_server.py
tests/test_mcp_server_e2e.py
tests/test_metrics.py
tests/test_net_timeouts.py
tests/test_plugins.py
tests/test_pr_publish_app.py
tests/test_pr_publish_linter_modal.py
tests/test_pre_save.py
tests/test_release_cli.py
tests/test_release_engine.py
tests/test_reviewer_suggestion.py
tests/test_skill_command.py
tests/test_skill_context.py
tests/test_smart_excludes.py
tests/test_suggest_reviewers.py
tests/test_thinking_words.py
tests/test_updater.py
tests/test_usage_log.py
tests/test_version_bump.py