CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
VERSION
base_manifest.yaml
pyproject.toml
.github/base-project.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/support.md
.github/workflows/compatibility.yml
.github/workflows/examples.yml
.github/workflows/issue-branch-policy.yml
.github/workflows/package.yml
.github/workflows/project-intake.yml
.github/workflows/tests.yml
compatibility/README.md
compatibility/consumers/manifest.json
compatibility/consumers/atlas_click/README.md
compatibility/consumers/atlas_click/pyproject.toml
compatibility/consumers/atlas_click/src/atlas_click/__init__.py
compatibility/consumers/atlas_click/src/atlas_click/cli.py
compatibility/consumers/atlas_click/tests/test_consumer.py
compatibility/consumers/beacon_typer/README.md
compatibility/consumers/beacon_typer/pyproject.toml
compatibility/consumers/beacon_typer/src/beacon_typer/__init__.py
compatibility/consumers/beacon_typer/src/beacon_typer/cli.py
compatibility/consumers/beacon_typer/tests/test_consumer.py
compatibility/consumers/cinder_automation/README.md
compatibility/consumers/cinder_automation/pyproject.toml
compatibility/consumers/cinder_automation/src/cinder_automation/__init__.py
compatibility/consumers/cinder_automation/src/cinder_automation/cli.py
compatibility/consumers/cinder_automation/tests/test_consumer.py
docs/adopter-readiness.md
docs/api-stability.md
docs/cache-ownership-and-layout.md
docs/consumer-profiles.md
docs/extensions.md
docs/integrations.md
docs/json-contracts.md
docs/local-config.md
docs/migrations.md
docs/output-contracts.md
docs/performance.md
docs/platform-support.md
docs/releasing.md
docs/security-review.md
docs/security-threat-model.md
docs/typer-adapter.md
examples/README.md
examples/typed_consumer.py
examples/typer_consumer.py
examples/automation_observability_app/README.md
examples/automation_observability_app/pyproject.toml
examples/automation_observability_app/src/automation_observability_app/__init__.py
examples/automation_observability_app/src/automation_observability_app/cli.py
examples/automation_observability_app/tests/test_cli.py
examples/minimal_cli/README.md
examples/minimal_cli/pyproject.toml
examples/minimal_cli/src/minimal_cli/__init__.py
examples/minimal_cli/src/minimal_cli/cli.py
examples/minimal_cli/tests/test_cli.py
examples/nested_click_app/README.md
examples/nested_click_app/pyproject.toml
examples/nested_click_app/src/nested_click_app/__init__.py
examples/nested_click_app/src/nested_click_app/cli.py
examples/nested_click_app/src/nested_click_app/plugin.py
examples/nested_click_app/tests/test_cli.py
examples/typer_app/README.md
examples/typer_app/pyproject.toml
examples/typer_app/src/typer_app/__init__.py
examples/typer_app/src/typer_app/cli.py
examples/typer_app/tests/test_cli.py
lib/python/base_cli/__init__.py
lib/python/base_cli/_cleanup.py
lib/python/base_cli/_dependencies.py
lib/python/base_cli/_lifecycle.py
lib/python/base_cli/_private_files.py
lib/python/base_cli/_runtime.py
lib/python/base_cli/app.py
lib/python/base_cli/attachment.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/deprecations.py
lib/python/base_cli/errors.py
lib/python/base_cli/exit_codes.py
lib/python/base_cli/extensions.py
lib/python/base_cli/history.py
lib/python/base_cli/inspection.py
lib/python/base_cli/integrations.py
lib/python/base_cli/json_contracts.py
lib/python/base_cli/lifecycle_options.py
lib/python/base_cli/logging.py
lib/python/base_cli/output.py
lib/python/base_cli/paths.py
lib/python/base_cli/profile.py
lib/python/base_cli/py.typed
lib/python/base_cli/redaction.py
lib/python/base_cli/runtime.py
lib/python/base_cli/testing.py
lib/python/base_cli/typer.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
scripts/benchmark_runtime.py
scripts/validate_consumers.py
scripts/validate_docs.py
scripts/validate_examples.py
scripts/validate_installed_package.py
scripts/validate_package_artifact.py
tests/conftest.py
tests/test_adversarial_regressions.py
tests/test_api_stability.py
tests/test_app_dry_run.py
tests/test_app_lifecycle.py
tests/test_app_log_retention.py
tests/test_app_quiet.py
tests/test_app_registration.py
tests/test_app_run.py
tests/test_app_run_metadata.py
tests/test_app_runtime_boundary.py
tests/test_app_runtime_errors.py
tests/test_app_security_boundaries.py
tests/test_app_startup_transaction.py
tests/test_app_subcommands.py
tests/test_batteries_included_config.py
tests/test_cleanup_security.py
tests/test_click_tree_attachment.py
tests/test_command_filters.py
tests/test_command_protocol.py
tests/test_context_workspace.py
tests/test_explicit_config_validation.py
tests/test_extensions.py
tests/test_generic_core.py
tests/test_history.py
tests/test_inspection.py
tests/test_integrations.py
tests/test_invocation_parity.py
tests/test_json_contracts.py
tests/test_lifecycle_options.py
tests/test_logging.py
tests/test_output.py
tests/test_paths.py
tests/test_profile.py
tests/test_public_api.py
tests/test_redaction_security.py
tests/test_run_bundle_retention.py
tests/test_security_documentation.py
tests/test_testing.py
tests/test_typed_contracts.py
tests/test_typer_adapter.py