-
Notifications
You must be signed in to change notification settings - Fork 0
Prepare Legis 1.1.1 hardening release #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
525cef5
fix(posture): preserve floor during rekey
tachyon-beep 402c82e
fix(api): require judge for coached overrides
tachyon-beep 294da59
fix(posture): authenticate operator sessions
tachyon-beep a1c751b
fix(governance): bind supplied SEIs to entities
tachyon-beep 551ff64
fix(ci): fail closed on missing release conformance
tachyon-beep 8773304
fix(posture): fail closed when floor ledger is missing
tachyon-beep eff6a32
fix(site): pin fetched weft site kit
tachyon-beep 87cb54d
fix(ci): scope release oracle secret
tachyon-beep eddf27c
fix(install): require canonical legis mcp command
tachyon-beep 84d02eb
fix(install): fail explicit posture install without custody
tachyon-beep 8487ee3
chore(release): prepare 1.1.1 hardening release
tachyon-beep 7414efe
fix(release): close 1.1.1 review blockers
tachyon-beep 057a317
fix(posture): require custody for rekey
tachyon-beep 17a370c
fix(mcp): load persisted records for rate checks
tachyon-beep File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this workflow, the lock check runs after
uv sync --dev. I checkeduv sync --help:--lockedis the option that assertsuv.lockremains unchanged, whileuv lock --checkonly checks the current lockfile state. Ifpyproject.tomlanduv.lockdrift on a release, the preceding sync can refreshuv.lockin the runner and this check then passes, letting publish proceed from an unreviewed lock; run the check before syncing or useuv sync --locked --devhere.Useful? React with 👍 / 👎.