[UI updates 1/6] Validate offers and protect update storage - #13
Open
srctl wants to merge 1 commit into
Open
Conversation
This was referenced Sep 9, 2026
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.
Adds pinned release offers, compatibility and request validation, durable journals, protected complete-data snapshots, and shared kernel locking. Existing CLI operations now conservatively count uncertain coding work and refuse the enrolled legacy path.
Layer 1 of 6 replacing original PR #11. Base:
main. Merge in the order below; after each lower PR merges, retarget the next PR to main. If lower layers are squash/rebase merged, reconcile descendant branch ancestry before proceeding; do not merge the original monolithic PR.Incremental scope: Contracts, release metadata/security, journal/snapshot/lock/process primitives, CLI state, and their regression tests. No updater CLI command or HTTP route is exposed. The existing mixed ui-updates test file is introduced with its primitive tests; its final HTTP import/test arrives with layer 5 without moving or duplicating tests.
Diff: 10 files changed, 1392 insertions(+), 6 deletions(-).
Verification at this cumulative head:
57fb9ae27ae602baba28d68e96af817208c89bdd; existing supported-platform evidence and limitations apply only to that complete tree.Preserved operator guidance, matched screenshots and acceptance records · Full evidence and limits · Recovery boundaries
Stack and merge order:
Original PR #11 cannot be the bounded top layer without changing its head: the new cohesive commits are not ancestors of its preserved head, and GitHub's merge-base comparison would include the original large implementation diff. Its history, review discussion, operator guidance and all 16 verified attachments are preserved. No docs/evidence are recommitted.