Skip to content

Share the default history display resolver - #168

Merged
codeforester merged 1 commit into
mainfrom
enhancement/144-20260807-shared-display-command
Aug 7, 2026
Merged

Share the default history display resolver#168
codeforester merged 1 commit into
mainfrom
enhancement/144-20260807-shared-display-command

Conversation

@codeforester

Copy link
Copy Markdown
Contributor

Summary

  • make history.display_command the single default resolver
  • reuse it from Context and CliProfile without changing the public behavior
  • add identity coverage for the generic profile default

Closes #144.

Validation

  • ruff format --check ...
  • ruff check lib/python/base_cli tests/test_profile.py
  • pytest -q tests/test_history.py tests/test_profile.py
  • mypy --strict lib/python/base_cli
  • git diff --check

@codeforester
codeforester merged commit 58b086a into main Aug 7, 2026
81 checks passed
@codeforester
codeforester deleted the enhancement/144-20260807-shared-display-command branch August 7, 2026 20:31
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.

Three separate, near-identical implementations of the default history-display-command resolver

1 participant