chore(tooling): enforce W14 lease verification - #4
Merged
Conversation
Remove archived monorepo links and completed artifacts so users enter through concise, package-owned documentation. Impact: patch
Replace archived portal wording with package-owned indexes and keep user-facing README files focused while preserving full technical guides. Impact: patch
Replace copied repository verification scripts with the released shared contract, preserving package checks and exact mutation evidence. Pin the workflow and CLI checksum so hosted verification uses the same tooling contract without changing library behavior. Impact: none
Pin repository verification to the current immutable tooling release. Keep configuration, workflow, and changelog metadata aligned. Impact: none
Expose the lease module selection, ownership, lifecycle, and support contracts through the versioned ecosystem catalog. Keep local and hosted validation on the same immutable tooling identity. Impact: patch
Replace the fixed wall-clock deadline and busy loop with a bounded condition wait. This keeps the concurrency contract exercised without failing when the observer goroutine is delayed by scheduler load. Impact: none
Pin local and hosted gates to immutable v1.4.0 tooling. Reconcile released dependency checksums with their public SumDB identities and publish the resulting content-addressed mutation evidence. Impact: patch
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.
Publish lease cohesion and ownership metadata and point local and hosted
gates to the immutable v1.4.0 W14 release. Resolve owned v1.0.0
dependencies through canonical public SumDB archives, retain
content-addressed mutation evidence, and make asynchronous observer
tests await their condition without a scheduler-sensitive busy loop.
Impact: patch