LICENSE
README.md
pyproject.toml
ajo/__init__.py
ajo/__main__.py
ajo/cli.py
ajo/database_manager.py
ajo/github_integration.py
ajo/utils.py
ajo/validators.py
ajo/commands/__init__.py
ajo/commands/changelog.py
ajo/commands/completions.py
ajo/commands/doctor.py
ajo/commands/menu.py
ajo/commands/report.py
ajo/commands/scan.py
ajo/commands/upgrade.py
ajo/core/__init__.py
ajo/core/app.py
ajo/core/color_control.py
ajo/core/config.py
ajo/core/constants.py
ajo/core/crash_handler.py
ajo/core/environment.py
ajo/core/exceptions.py
ajo/core/lazy_imports.py
ajo/core/logging_config.py
ajo/core/signals.py
ajo/core/streaming.py
ajo/core/telemetry.py
ajo/core/typo_correction.py
ajo/core/updater.py
ajo/detector/__init__.py
ajo/detector/ast_analyzer.py
ajo/detector/cache.py
ajo/detector/prereqs.py
ajo/detector/project.py
ajo/detector/smart_cli.py
ajo/gateway/__init__.py
ajo/gateway/gh.py
ajo/gateway/git.py
ajo/gateway/utils.py
ajo/gateway/uv.py
ajo/plugins/__init__.py
ajo/plugins/discovery.py
ajo/plugins/exceptions.py
ajo/plugins/hooks.py
ajo/plugins/manifest.py
ajo/presets/__init__.py
ajo/presets/base.py
ajo/presets/docker.py
ajo/presets/docker_sync.py
ajo/presets/graphql_api.py
ajo/presets/monolith.py
ajo/presets/ninja_api.py
ajo/presets/rest_api.py
ajo/presets/addons/__init__.py
ajo/presets/addons/_settings.py
ajo/presets/addons/auth.py
ajo/presets/addons/cache.py
ajo/presets/addons/security.py
ajo/presets/addons/testing.py
ajo/scaffolding/__init__.py
ajo/scaffolding/engine.py
ajo/templates/__init__.py
ajo/templates/django_app.py
ajo/ui/__init__.py
ajo/ui/capabilities.py
ajo/ui/fuzzy.py
ajo/ui/icons.py
ajo/ui/keyboard.py
ajo/ui/progress.py
ajo/ui/terminal_detector.py
ajo/ui/theme.py
ajo_cli.egg-info/PKG-INFO
ajo_cli.egg-info/SOURCES.txt
ajo_cli.egg-info/dependency_links.txt
ajo_cli.egg-info/entry_points.txt
ajo_cli.egg-info/requires.txt
ajo_cli.egg-info/top_level.txt
tests/test_addon_compatibility.py
tests/test_addon_rollback.py
tests/test_auth_addon.py
tests/test_cache_addon.py
tests/test_config.py
tests/test_dry_run.py
tests/test_generated_factories.py
tests/test_generated_models.py
tests/test_generated_settings.py
tests/test_generated_urls.py
tests/test_headless_addons.py
tests/test_registry.py
tests/test_scaffold_with_addons.py
tests/test_security_addon.py
tests/test_settings_injector.py
tests/test_testing_addon.py