Conversation
Pluze
marked this pull request as ready for review
July 30, 2026 15:04
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.
Why
LabKit previously allowed focused changes directly on
main, while CI did notreject arbitrary PR source branches or multi-step component version jumps.
That left repository policy unable to prevent the already-published App SDK
2.0.1 -> 2.0.3transition and made the intended delivery path ambiguous.What changed
developas the permanent ordinary integrationbranch, with bounded
hotfix/*branches reserved for production repairs.facade, and launcher source-owned version bumps, direct semantic transitions,
and exact component-history records.
cancels obsolete runs from the same delivery stream instead of treating each
head SHA as an independent group.
documentation site.
net change, evidence, and risks/follow-up. It no longer duplicates branch,
commit, Checks, review, or merge state as task-list checkboxes.
Evidence
GitHub branch protection was verified through the API:
main: PR required,CI Gaterequired and strict, administrator enforcement,linear history, conversation resolution, no force-push, no deletion.
develop: normal pushes and main sync merges allowed, no force-push ordeletion.
Risks and follow-up
changed. No component version/history record applies.
origin/mainmust be merged backinto permanent
developbefore new work starts.Author confirmation
remaining unverified boundary is explicit.
App details, lab identifiers, local paths, or recognizable sample values.