fix(hub): deterministic requirement parameters — no guessing, no re-planning - #67
Open
wolfy-j wants to merge 1 commit into
Open
fix(hub): deterministic requirement parameters — no guessing, no re-planning#67wolfy-j wants to merge 1 commit into
wolfy-j wants to merge 1 commit into
Conversation
…lanning Three sources of nondeterminism in the install planner, removed together: 1. requirement_value_kind resolves only through the declared meta.value_kind. Name/path inference keyed the planner to individual modules' naming. 2. The module's declared default outranks bare-name reuse. A same-named parameter on another deployment root is a different requirement that happens to share a name, not agreement — wippy/facade's bare `router = app:api.public` was silently adopted for any module whose requirement is named router, mounting its API on the wrong router. 3. An update that supplies no parameters keeps the destination's recorded ones: absence means unchanged, never re-planned. A recorded value that no longer resolves surfaces loudly as provided_invalid instead of silently emptying.
wolfy-j
force-pushed
the
fix/hub-planner-deterministic-params
branch
from
August 9, 2026 00:54
62afc2a to
b065058
Compare
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.
Change
meta.value_kind; never infer types from module-authored names or target pathsVerification
make lint WIPPY=/tmp/wippy-upstream-main/dist/wippy-linux-amd64