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/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/propose.py
redgit/commands/push.py
redgit/commands/quality.py
redgit/commands/scout.py
redgit/commands/tap.py
redgit/core/config.py
redgit/core/daily_state.py
redgit/core/gitops.py
redgit/core/llm.py
redgit/core/llm_providers.json
redgit/core/prompt.py
redgit/core/semgrep.py
redgit/core/tap.py
redgit/core/scout/__init__.py
redgit/core/scout/team.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/daily/default.md
redgit/prompts/quality/default.md
redgit/utils/__init__.py
redgit/utils/console.py
redgit/utils/editor.py
redgit/utils/security.py