feat: add admit status that reports not-admitted - #443
Merged
Conversation
Read the published production-lifecycle ledger. Print Flow as not_actively_admitted when the row is empty, expired, or revoked. Do not mint a signature or a wheel digest.
Wrap the two pytest signatures that fail ruff format --check on CI.
Member
Author
|
Merged by an agent session, not the founder. |
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.
openadapt-flow admit statusreads the published production-lifecycle ledger and prints whether Flow is admitted.It does not sign an admission. An empty, expired, or revoked row is
not_actively_admitted.--checkexits 1 in that case so a release gate can fail closed.--ledgertakes a path or URL.The pack fields (wheel digest, soak, rollback) stay missing until a real Flow admission exists. This CLI will not invent them.
Review:
tests/test_admit_status.pydrivesmain(["admit", "status", ...])against fixture ledgers, including the empty seven-target shape.Opened by an agent session, not the founder.