feat: make lifecycle options independently composable - #80
Merged
codeforester merged 1 commit intoAug 3, 2026
Merged
Conversation
codeforester
marked this pull request as ready for review
August 3, 2026 00:18
codeforester
deleted the
enhancement/58-20260802-composable-lifecycle-options
branch
August 3, 2026 00:19
22 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
LifecycleOptionandLifecycleOptionspolicies so every standard lifecycle option can be enabled, disabled, renamed, and configured independently while preserving existing defaults.LifecycleValuesthrough namespaced Click metadata without replacing application-ownedContext.obj.Issue
Closes #58
Validation
python -W error -m pytest -q -p no:cacheprovider— 320 tests pass with Click 8.4.2.PYTHONPATH=/private/tmp/base-cli-click-818.sdDdsi:lib/python python -W error -m pytest -q -p no:cacheprovider— 320 tests pass with Click 8.1.8../tests/validate.shpython -m build --sdist --wheelpython scripts/validate_package_artifact.py <dist-dir>python -m twine check <wheel> <sdist>git diff --checkNotes
Two independent adversarial audits found no remaining release blockers. Runtime-only Click token normalizers cannot be known at registration; static command token normalizers are validated.
Checklist
<category>/<issue>-<YYYYMMDD>-<slug>, and its category prefix matches the issue's single standard category label.Fixes #<issue>orCloses #<issue>when merge should close the issue.