LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
app/__init__.py
app/cli.py
app/config.py
app/main.py
app/setup_env.py
app/api/__init__.py
app/api/config.py
app/api/dashboard.py
app/api/health.py
app/api/logs.py
app/api/tasks.py
app/core/__init__.py
app/core/dependencies.py
app/core/error_handlers.py
app/core/exceptions.py
app/db/__init__.py
app/db/database.py
app/db/models.py
app/models/__init__.py
app/models/github_events.py
app/services/__init__.py
app/services/claude_service.py
app/services/git_service.py
app/services/github_service.py
app/services/process_manager.py
app/services/task_service.py
app/services/webhook_handler.py
app/templates/dashboard.html
app/templates/dashboard_enhanced.html
app/templates/task_detail.html
app/utils/__init__.py
app/utils/concurrency.py
app/utils/logger.py
app/utils/validators.py
app/utils/webhook.py
docs/API.md
docs/ARCHITECTURE.md
docs/DEVELOPMENT.md
docs/LOGGING.md
docs/PUBLISHING.md
docs/USAGE.md
kaka_auto.egg-info/PKG-INFO
kaka_auto.egg-info/SOURCES.txt
kaka_auto.egg-info/dependency_links.txt
kaka_auto.egg-info/entry_points.txt
kaka_auto.egg-info/requires.txt
kaka_auto.egg-info/top_level.txt
tests/test_api.py
tests/test_authorization.py
tests/test_claude_service.py
tests/test_claude_service_success_logic.py
tests/test_concurrency_thread_safety.py
tests/test_data_leakage.py
tests/test_e2e_scenarios.py
tests/test_error_message_handling.py
tests/test_git_service.py
tests/test_github_rate_limit_check.py
tests/test_github_service.py
tests/test_input_validation.py
tests/test_integration.py
tests/test_performance.py
tests/test_security.py
tests/test_setup_env.py
tests/test_validators.py
tests/test_webhook_handler.py