.aion.yaml
.gitignore
.python-version
CLAUDE.md
README.md
action.yml
cliff.toml
main.py
mkdocs.yml
pyproject.toml
repokeeper.yml
uv.lock
.github/copilot-instructions.md
.github/dependabot.yml
.github/prompts/goal-driven.prompt.md
.github/workflows/aion.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/draft-release.yml
.github/workflows/publish.yml
.github/workflows/repokeeper-labeler.yml
.github/workflows/repokeeper-patrol.yml
.github/workflows/repokeeper-radar.yml
.github/workflows/repokeeper.yml
docs/en/configuration.md
docs/en/how-it-works.md
docs/en/index.md
docs/en/installation.md
docs/en/roadmap.md
docs/en/usage.md
docs/stylesheets/future.css
docs/zh/configuration.md
docs/zh/how-it-works.md
docs/zh/index.md
docs/zh/installation.md
docs/zh/roadmap.md
docs/zh/usage.md
src/aion/__init__.py
src/aion/__main__.py
src/aion/auto_update.py
src/aion/cli.py
src/aion/config.py
src/aion/context_extractor.py
src/aion/defense.py
src/aion/drift_detector.py
src/aion/evaluation.py
src/aion/inbox.py
src/aion/knowledge_base.py
src/aion/llm_analyzer.py
src/aion/models.py
src/aion/orchestrator.py
src/aion/release_manager.py
src/aion/repair.py
src/aion/risk_heuristics.py
src/aion/self_evolve.py
src/aion/semgrep_runner.py
src/aion/webhook.py
src/aion_evolve.egg-info/PKG-INFO
src/aion_evolve.egg-info/SOURCES.txt
src/aion_evolve.egg-info/dependency_links.txt
src/aion_evolve.egg-info/entry_points.txt
src/aion_evolve.egg-info/requires.txt
src/aion_evolve.egg-info/top_level.txt
tests/e2e/__init__.py
tests/e2e/test_e2e_scenarios.py
tests/eval/test_quality_eval.py
tests/fixtures/labels.json
tests/fixtures/safe/01_context.json
tests/fixtures/safe/01_orm_correct.py
tests/fixtures/safe/02_context.json
tests/fixtures/safe/02_env_secret.py
tests/fixtures/safe/03_context.json
tests/fixtures/safe/03_with_auth_decorator.py
tests/fixtures/safe/04_context.json
tests/fixtures/safe/04_safe_yaml_load.py
tests/fixtures/safe/05_context.json
tests/fixtures/safe/05_safe_command.py
tests/fixtures/safe/06_context.json
tests/fixtures/safe/06_safe_eval.py
tests/fixtures/safe/07_context.json
tests/fixtures/safe/07_safe_subprocess.py
tests/fixtures/safe/08_context.json
tests/fixtures/safe/08_strong_cryptography.py
tests/fixtures/vulnerable/01_context.json
tests/fixtures/vulnerable/01_raw_sqlite3.py
tests/fixtures/vulnerable/02_context.json
tests/fixtures/vulnerable/02_hardcoded_secret.py
tests/fixtures/vulnerable/03_context.json
tests/fixtures/vulnerable/03_missing_auth_decorator.py
tests/fixtures/vulnerable/04_context.json
tests/fixtures/vulnerable/04_insecure_yaml_load.py
tests/fixtures/vulnerable/05_command_injection.py
tests/fixtures/vulnerable/05_context.json
tests/fixtures/vulnerable/06_context.json
tests/fixtures/vulnerable/06_eval_injection.py
tests/fixtures/vulnerable/07_context.json
tests/fixtures/vulnerable/07_subprocess_injection.py
tests/fixtures/vulnerable/08_context.json
tests/fixtures/vulnerable/08_weak_cryptography.py
tests/unit/test_auto_update.py
tests/unit/test_cli.py
tests/unit/test_config.py
tests/unit/test_context_extractor.py
tests/unit/test_defense.py
tests/unit/test_drift_detector.py
tests/unit/test_evaluation.py
tests/unit/test_fixtures.py
tests/unit/test_inbox.py
tests/unit/test_knowledge_base.py
tests/unit/test_llm_analyzer.py
tests/unit/test_release_manager.py
tests/unit/test_repair.py
tests/unit/test_risk_heuristics.py
tests/unit/test_self_evolve.py
tests/unit/test_semgrep_runner.py
tests/unit/test_webhook.py