fix(release): reconcile published orro 0.1.0 state and align engine lock with the witnessd>=2.3.2 dependency (#55, #56)#60
Merged
Conversation
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
Closes #55.
Closes #56.
This PR fixes two release-state defects together:
published_package: false, even thoughorro0.1.0 is live on PyPI.5db87ac...), which violated ORRO's declaredwitnessd>=2.3.2dependency and madepip checkfail for the pinned install.Changes
orro0.1.0 state while preserving the non-engine/not-proof/not-assurance boundaries.published_packageclaim to true.ae260fb9c020a0bf9e00b60d4053a8fcd7adc8a9) while keeping Depone ate1b020b8300c569e35f771c9f84f6998f99a86ce.scripts/check_orro_release_state.pywith--self-test, wired into CI, to keep package versions, published-package claims, witnessd dependency/lock metadata, package-plan state, and release docs internally consistent.skip-existing: true; this PR does not tag or publish anything.Verification
All local commands used
/usr/bin/python3..github/workflows/ci.ymlchecker passed, including all required self-tests and compilation of all scripts and wrapper sources.git diff --checkpassed.../witnessdatae260fb9c020a0bf9e00b60d4053a8fcd7adc8a9and../deponeate1b020b8300c569e35f771c9f84f6998f99a86ce; the lock matched both commits and the result decision waspass.orro-0.1.0-py3-none-any.whl.witnessd==2.3.3;python -m pip checkreportedNo broken requirements found.orro boundaryreported version0.1.0,published_package: true, and preservedcontains_engine_logic: false,approves_merge: false, andraises_assurance: false.