Skip to content

feat: add optional integration scenarios - #14

Merged
codeforester merged 1 commit into
mainfrom
enhancement/6-20260902-add-optional-typer-rich-and-telemetry-learning-scenarios
Sep 2, 2026
Merged

feat: add optional integration scenarios#14
codeforester merged 1 commit into
mainfrom
enhancement/6-20260902-add-optional-typer-rich-and-telemetry-learning-scenarios

Conversation

@codeforester

Copy link
Copy Markdown
Contributor

Summary

  • Add separate Typer, Rich, and OpenTelemetry learning entry points.
  • Keep every integration optional with successful minimal-install fallbacks.
  • Add enabled and minimal-path tests plus CI coverage for all three extras.
  • Document the adapter boundaries and unchanged machine-output behavior.

Validation

  • ./tests/validate.sh
  • UV_CACHE_DIR=/private/tmp/base-cli-demo-issue6-uv uv run --extra dev pytest -q (11 passed)
  • UV_CACHE_DIR=/private/tmp/base-cli-demo-issue6-uv uv run --extra dev --extra typer --extra rich --extra telemetry pytest -q tests/test_optional_scenarios.py (6 passed)
  • Clean minimal wheel environment: 5 passed, 1 skipped
  • UV_CACHE_DIR=/private/tmp/base-cli-demo-issue6-uv uv run --with ruff ruff check src tests
  • UV_CACHE_DIR=/private/tmp/base-cli-demo-issue6-uv uv run --with ruff ruff format --check src tests

Fixes #6

@codeforester
codeforester force-pushed the enhancement/6-20260902-add-optional-typer-rich-and-telemetry-learning-scenarios branch from 23b1b18 to 116a96e Compare September 2, 2026 16:37
@codeforester
codeforester merged commit 251dde4 into main Sep 2, 2026
11 checks passed
@codeforester
codeforester deleted the enhancement/6-20260902-add-optional-typer-rich-and-telemetry-learning-scenarios branch September 2, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add optional Typer, Rich, and telemetry learning scenarios

1 participant