LICENSE
README.md
pyproject.toml
cli/__init__.py
cli/main.py
cli/tui.py
core/__init__.py
core/committer.py
core/executor.py
core/notifications.py
core/watcher.py
daemon/__init__.py
daemon/app.py
daemon/lifecycle.py
daemon/server.py
domain/__init__.py
domain/models.py
domain/policies.py
domain/settings.py
gitpilot_ai.egg-info/PKG-INFO
gitpilot_ai.egg-info/SOURCES.txt
gitpilot_ai.egg-info/dependency_links.txt
gitpilot_ai.egg-info/entry_points.txt
gitpilot_ai.egg-info/requires.txt
gitpilot_ai.egg-info/top_level.txt
infrastructure/__init__.py
infrastructure/db.py
infrastructure/http_client.py
infrastructure/repositories/__init__.py
infrastructure/repositories/commits.py
infrastructure/repositories/discord_webhooks.py
infrastructure/repositories/projects.py
infrastructure/repositories/settings_repo.py
tests/__init__.py
tests/conftest.py
tests/e2e/__init__.py
tests/e2e/test_full_flow.py
tests/integration/__init__.py
tests/integration/test_git_executor.py
tests/integration/test_repositories.py
tests/unit/__init__.py
tests/unit/test_ai_prompts.py
tests/unit/test_commit_cleaner.py
tests/unit/test_config.py
tests/unit/test_file_hash_cache.py