chore: ratify shipped logic ceiling [BEAR-111] - #117
Merged
Conversation
Contributor
Merge Queue Status
This pull request spent 42 seconds in the queue, including 10 seconds running CI. Required conditions to merge
|
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
Ratify BEAR-111's shipped-logic policy before the updater feature is judged against it. Current
mainis already 1,492 shipped lines—1,355 non-test Go plus 137 bootstrap shell—so the old 1,500 absolute ceiling leaves eight lines and cannot accommodate an honest verified updater.The live BEAR-111 issue approved a 1,500-line target and 2,000-line absolute ceiling before implementation. This prerequisite applies that decision consistently to maintainer guidance, CI, release enforcement, the contract test, the release checklist, and the byte-identical install guides. It also makes future size-policy changes require a live issue with a measured baseline and ratified bounds.
No runtime product code changes. The update feature remains in PR #116 and must prove its final size and behavior separately.
Refs BEAR-111.
Validation
9e75a0cf72b128d4b4d80224a91105ba822c15e7.No findings.Ship.Residual risk: the new ceiling creates 508 lines of headroom. PR #116 must still demonstrate that the updater stays comfortably below 2,000 and remains auditable.