LICENSE
README.md
VERSION
pyproject.toml
lib/python/base_cli/__init__.py
lib/python/base_cli/_runtime.py
lib/python/base_cli/app.py
lib/python/base_cli/command_filters.py
lib/python/base_cli/command_protocol.py
lib/python/base_cli/config.py
lib/python/base_cli/context.py
lib/python/base_cli/exit_codes.py
lib/python/base_cli/history.py
lib/python/base_cli/ide_schema.py
lib/python/base_cli/inspection.py
lib/python/base_cli/logging.py
lib/python/base_cli/output.py
lib/python/base_cli/paths.py
lib/python/base_cli/py.typed
lib/python/base_cli/redaction.py
lib/python/base_cli/testing.py
lib/python/base_cli.egg-info/PKG-INFO
lib/python/base_cli.egg-info/SOURCES.txt
lib/python/base_cli.egg-info/dependency_links.txt
lib/python/base_cli.egg-info/requires.txt
lib/python/base_cli.egg-info/top_level.txt
tests/test_app_dry_run.py
tests/test_app_log_retention.py
tests/test_app_quiet.py
tests/test_app_run.py
tests/test_app_runtime_boundary.py
tests/test_app_runtime_errors.py
tests/test_app_subcommands.py
tests/test_base_cli.py
tests/test_command_protocol.py
tests/test_context_workspace.py
tests/test_history.py
tests/test_ide_schema.py
tests/test_inspection.py
tests/test_logging.py
tests/test_output.py
tests/test_public_api.py
tests/test_testing.py
tests/test_user_config_github.py
tests/test_user_config_workspace.py