Release LoopX v0.1.13#1647
Merged
Merged
Conversation
843bbca to
c8a9a35
Compare
Owner
Author
|
Premerge / self-merge evidence for v0.1.13 release PR. Changed surfaces:
Checks run:
Premerge gate:
Known skip:
Public/private boundary:
Coverage rationale: This release PR only changes the named version contract and the public release timeline. The validation covers version consistency, release docs, archive/no-clone install, fresh clone quickstart, update flow, local install wrapper behavior, promotion-readiness, public/private boundary, changed Python compile, and catalog-selected premerge checks. No runtime behavior, benchmark scoring, production action, or raw/private evidence is introduced by this PR. |
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
Release LoopX v0.1.13 by bumping the named package version and adding the stable-channel timeline entry.
This release fairly packages the work merged since v0.1.12, including:
next_action/recommended_actionnow permit local routing refs while still rejecting inline credentials (#1645).Validation
python3 -m py_compile loopx/*.pypython3 examples/release/release-version-contract-smoke.pypython3 examples/release/release-readiness-doc-smoke.pypython3 examples/release/codex-cli-no-clone-release-verification-smoke.pypython3 examples/fresh-clone-quickstart-smoke.pypython3 examples/loopx-update-smoke.pypython3 examples/install-local-smoke.pypython3 examples/canary/canary-promotion-readiness-smoke.py --no-write-evidenceloopx check --scan-path loopx/__init__.py --scan-path pyproject.toml --scan-path docs/product/release-readiness.mdloopx canary premerge --from-git-diff --format json --timeout-seconds 120 --no-progressPremerge result: passed,
self_merge_allowed=true, no failures, no manual holds. Dashboard browser smoke was skipped by the release canary because dashboard npm dependencies are not installed in this checkout; the skip is visible and non-blocking for this release boundary.Public/private boundary
Only
loopx/__init__.py,pyproject.toml, anddocs/product/release-readiness.mdchanged. Public boundary scan passed on the changed files and the release canary scan passed on the source checkout.