LICENSE
MANIFEST.in
README.md
pyproject.toml
src/autofic_core/__init__.py
src/autofic_core/app.py
src/autofic_core/cli.py
src/autofic_core/errors.py
src/autofic_core/pipeline.py
src/autofic_core.egg-info/PKG-INFO
src/autofic_core.egg-info/SOURCES.txt
src/autofic_core.egg-info/dependency_links.txt
src/autofic_core.egg-info/entry_points.txt
src/autofic_core.egg-info/requires.txt
src/autofic_core.egg-info/top_level.txt
src/autofic_core/ci_cd_auto/__init__.py
src/autofic_core/ci_cd_auto/ci_automation.py
src/autofic_core/download/__init__.py
src/autofic_core/download/github_repo_handler.py
src/autofic_core/llm/__init__.py
src/autofic_core/llm/llm_runner.py
src/autofic_core/llm/prompt_generator.py
src/autofic_core/llm/response_parser.py
src/autofic_core/llm/retry_prompt_generator.py
src/autofic_core/log/check_approval.py
src/autofic_core/log/log_generator.py
src/autofic_core/log/log_writer.py
src/autofic_core/patch/__init__.py
src/autofic_core/patch/apply_patch.py
src/autofic_core/patch/diff_generator.py
src/autofic_core/pr_auto/__init__.py
src/autofic_core/pr_auto/create_yml.py
src/autofic_core/pr_auto/env_encrypt.py
src/autofic_core/pr_auto/pr_procedure.py
src/autofic_core/sast/__init__.py
src/autofic_core/sast/merger.py
src/autofic_core/sast/snippet.py
src/autofic_core/sast/codeql/preprocessor.py
src/autofic_core/sast/codeql/runner.py
src/autofic_core/sast/semgrep/preprocessor.py
src/autofic_core/sast/semgrep/runner.py
src/autofic_core/sast/snykcode/preprocessor.py
src/autofic_core/sast/snykcode/runner.py
src/autofic_core/utils/__init__.py
src/autofic_core/utils/progress_utils.py
src/autofic_core/utils/ui_utils.py