feat: optional WWPGD_COMMIT_PIN for floating ww_pgd installs - #130
Closed
quint-mbbdigital wants to merge 1 commit into
Closed
feat: optional WWPGD_COMMIT_PIN for floating ww_pgd installs#130quint-mbbdigital wants to merge 1 commit into
quint-mbbdigital wants to merge 1 commit into
Conversation
Default remains unpinned (git main / pyproject floating install). When WWPGD_COMMIT_PIN is set, WW-PGD training setup fails if the installed package VCS commit does not match (prefix OK). Manifest provenance records pin request and resolved commit. Class C / opt-in: no default or spectral-target change.
Member
|
Superseded by #132. The replacement moves verification to the shared WWPGD configuration and candidate boundaries, records truthful verified provenance, rejects unsafe SHA prefixes, covers the root and isolated runners, and passes the complete repository CI suite. Closing this PR without merging. |
5 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.
Type
Summary
Default remains floating
ww_pgdinstall. Optional:When set, WW-PGD training setup fails if installed VCS commit mismatches (prefix match OK). Docs:
docs/WWPGD_COMMIT_PIN.md.Why
Joint / freeze runs need actuator version fail-loud without changing everyone’s default floating install.
Definition surface
Test plan
pytest tests/test_wwpgd_commit_pin.pyOut of scope
Changing default install source or spectral targets.