LICENSE
README.md
pyproject.toml
redgit/__init__.py
redgit/cli.py
redgit/splash.py
redgit.egg-info/PKG-INFO
redgit.egg-info/SOURCES.txt
redgit.egg-info/dependency_links.txt
redgit.egg-info/entry_points.txt
redgit.egg-info/requires.txt
redgit.egg-info/top_level.txt
redgit/commands/__init__.py
redgit/commands/backup.py
redgit/commands/ci.py
redgit/commands/config.py
redgit/commands/daily.py
redgit/commands/init.py
redgit/commands/integration.py
redgit/commands/notify.py
redgit/commands/plugin.py
redgit/commands/poker.py
redgit/commands/propose.py
redgit/commands/push.py
redgit/commands/quality.py
redgit/commands/scout.py
redgit/commands/tap.py
redgit/commands/tunnel.py
redgit/commands/webhook.py
redgit/core/common/__init__.py
redgit/core/common/backup.py
redgit/core/common/config.py
redgit/core/common/constants.py
redgit/core/common/gitops.py
redgit/core/common/llm.py
redgit/core/common/llm_providers.json
redgit/core/common/prompt.py
redgit/core/daily/__init__.py
redgit/core/daily/state.py
redgit/core/poker/__init__.py
redgit/core/poker/ai_voter.py
redgit/core/poker/client.py
redgit/core/poker/server.py
redgit/core/poker/session.py
redgit/core/poker/ui.py
redgit/core/propose/__init__.py
redgit/core/propose/analysis.py
redgit/core/propose/commit.py
redgit/core/propose/display.py
redgit/core/quality/__init__.py
redgit/core/quality/semgrep.py
redgit/core/scout/__init__.py
redgit/core/scout/team.py
redgit/core/tap/__init__.py
redgit/core/tap/manager.py
redgit/core/webhook/__init__.py
redgit/core/webhook/actions.py
redgit/core/webhook/server.py
redgit/integrations/__init__.py
redgit/integrations/base.py
redgit/integrations/registry.py
redgit/plugins/__init__.py
redgit/plugins/base.py
redgit/plugins/registry.py
redgit/prompts/__init__.py
redgit/prompts/commit/default.md
redgit/prompts/commit/minimal.md
redgit/prompts/commit/multi_task.md
redgit/prompts/commit/task_filtered.md
redgit/prompts/daily/default.md
redgit/prompts/quality/default.md
redgit/utils/__init__.py
redgit/utils/console.py
redgit/utils/dependency.py
redgit/utils/editor.py
redgit/utils/formatting.py
redgit/utils/logging.py
redgit/utils/notifications.py
redgit/utils/security.py